Skip to content

Commit 637fa4b

Browse files
committed
add sub workspace paths to bazel ignore
1 parent 2a8c357 commit 637fa4b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.bazelignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ examples/pip_parse_vendored/bazel-pip_parse_vendored
2626
examples/pip_repository_annotations/bazel-pip_repository_annotations
2727
examples/py_proto_library/bazel-py_proto_library
2828
gazelle/bazel-gazelle
29+
gazelle/examples/bzlmod_build_file_generation/bazel-bin
30+
gazelle/examples/bzlmod_build_file_generation/bazel-bzlmod_build_file_generation
31+
gazelle/examples/bzlmod_build_file_generation/bazel-out
32+
gazelle/examples/bzlmod_build_file_generation/bazel-testlog
2933
tests/integration/compile_pip_requirements/bazel-compile_pip_requirements
3034
tests/integration/ignore_root_user_error/bazel-ignore_root_user_error
3135
tests/integration/local_toolchains/bazel-local_toolchains

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ query --deleted_packages=examples/build_file_generation,examples/build_file_gene
1010
test --test_output=errors
1111

1212
common --deleted_packages=gazelle/examples/bzlmod_build_file_generation
13+
common --deleted_packages=gazelle/examples/bzlmod_build_file_generation/runfiles
1314

1415
# Do NOT implicitly create empty __init__.py files in the runfiles tree.
1516
# By default, these are created in every directory containing Python source code

0 commit comments

Comments
 (0)