mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 23:06:34 +00:00

a11cd0d94ed3cabf0998a0289aead05da94c86eb moved googletest to third-party. This creates a corresponding BUILD file in third-party/unittest, moved from the chunk in llvm/BUILD.bazel. We must refine the .bazelignore which is setup to ignore the benchmarking library so that we don't ignore the new dir here.
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
# Ignore the utils/bazel directory when this is overlayed onto the repo root.
|
|
utils/bazel
|
|
# Ignore third-party projects. These should be configured separately and some
|
|
# include Bazel configs.
|
|
libcxx/utils/google-benchmark
|
|
third-party/benchmark
|