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
This commit is contained in:
mikey dagitses
2023-05-15 14:12:40 +00:00
committed by PyTorch MergeBot
parent cca31f1797
commit 1b7d875083

3
.bazelignore Normal file
View File

@ -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/