[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
This commit is contained in:
Geoffrey Martin-Noble 2021-07-02 09:13:19 -07:00
parent 9c5b73fef4
commit b92f28cc43
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
llvm-project-overlay
examples