projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5b73f
)
[Bazel] Add examples to bazelignore
author
Geoffrey Martin-Noble
<gcmn@google.com>
Fri, 2 Jul 2021 16:13:19 +0000
(09:13 -0700)
committer
Geoffrey 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
patch
|
blob
|
history
diff --git
a/utils/bazel/.bazelignore
b/utils/bazel/.bazelignore
index
9fe9bed
..
1463bcc
100644
(file)
--- a/
utils/bazel/.bazelignore
+++ b/
utils/bazel/.bazelignore
@@
-1
+1,2
@@
llvm-project-overlay
+examples