Jordan Rupprecht f57557de70 [bazel] Update gtest move to third-party
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.
2022-11-09 20:48:11 -08:00

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