bazel: ignore examples/ from root WORKSPACE

"bazel build ..." from the root will no longer build examples/. But
"cd examples; bazel build ..." still does.
This commit is contained in:
Eric Anderson 2018-12-18 12:59:00 -08:00
parent 52c0789eb7
commit 64000135cb
1 changed files with 3 additions and 0 deletions

3
.bazelignore Normal file
View File

@ -0,0 +1,3 @@
# examples has its own WORKSPACE. Ignore as part of this root WORKSPACE so that
# we don't need to repeat dependencies.
examples/