Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# The bazel example is an entirely separate bazel module and should
# not be built as part of the main library module.
examples/bazel

# The README instructions for building with CMake involve initialising the
# CMake build directory as a subdirectory called build, that directory
# ends up containing other bazel BUILD files, which then interfere with a
# bazel build. Therefore, exclude it.
build