mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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
4 lines
146 B
Plaintext
4 lines
146 B
Plaintext
# We do not use this library in our Bazel build. It contains an
|
|
# infinitely recursing symlink that makes Bazel very unhappy.
|
|
third_party/ittapi/
|