Skip to content

Commit

Permalink
bazel: ignore examples/ from root WORKSPACE
Browse files Browse the repository at this point in the history
"bazel build ..." from the root will no longer build examples/. But
"cd examples; bazel build ..." still does.
  • Loading branch information
ejona86 committed Dec 18, 2018
1 parent 52c0789 commit 6400013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 6400013

Please sign in to comment.