[Bazel] Add examples to bazelignore
authorGeoffrey Martin-Noble <gcmn@google.com>
Fri, 2 Jul 2021 16:13:19 +0000 (09:13 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Fri, 16 Jul 2021 20:58:21 +0000 (13:58 -0700)
This avoids Bazel recursing into these directories when overlayed, which
will break if someone has run Bazel in these dirs (which would only be
successful with the http_archive example) because of the Bazel directory
symlinks (already gitignored).

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D105357

utils/bazel/.bazelignore

index 9fe9bed..1463bcc 100644 (file)
@@ -1 +1,2 @@
 llvm-project-overlay
+examples