Skip to content

Commit b92f28c

Browse files
committedJul 16, 2021
[Bazel] Add examples to bazelignore
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
1 parent 9c5b73f commit b92f28c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎utils/bazel/.bazelignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
llvm-project-overlay
2+
examples

0 commit comments

Comments
 (0)
Please sign in to comment.