[PATCH] D105357: [Bazel] Add examples to bazelignore

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 2 09:21:12 PDT 2021


GMNGeoffrey created this revision.
GMNGeoffrey requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105357

Files:
  utils/bazel/.bazelignore


Index: utils/bazel/.bazelignore
===================================================================
--- utils/bazel/.bazelignore
+++ utils/bazel/.bazelignore
@@ -1 +1,2 @@
 llvm-project-overlay
+examples


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105357.356190.patch
Type: text/x-patch
Size: 204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210702/8d3cb4f0/attachment.bin>


More information about the llvm-commits mailing list