From 1b7d875083511345cfd4d0113cb0139e9f3b6436 Mon Sep 17 00:00:00 2001 From: mikey dagitses Date: Mon, 15 May 2023 14:12:40 +0000 Subject: [PATCH] put third_party/ittapi/ in .bazelignore (#101364) put third_party/ittapi/ in .bazelignore Summary: Bazel fails when recursing into this directory because it has a symlink that infinitely recurses. We don't use this library in Bazel, so it's safe to just ignore its existence. Test Plan: Verified with `bazel query //...` --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/pytorch/pytorch/pull/101364). * #101406 * #101405 * __->__ #101364 Pull Request resolved: https://github.com/pytorch/pytorch/pull/101364 Approved by: https://github.com/zou3519, https://github.com/malfet --- .bazelignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bazelignore diff --git a/.bazelignore b/.bazelignore new file mode 100644 index 00000000000..61b5e9458df --- /dev/null +++ b/.bazelignore @@ -0,0 +1,3 @@ +# We do not use this library in our Bazel build. It contains an +# infinitely recursing symlink that makes Bazel very unhappy. +third_party/ittapi/