• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Normally these are ignored, but if you're using a custom
2# build of Bazel with a custom --output_user_root value, Bazel
3# tries to follow the symlinks of the other builds and finds
4# the WORKSPACE, BUILD, etc files and tries to build them.
5bazel-rules_python
6bazel-bin
7bazel-out
8bazel-testlogs
9# Prevent the convenience symlinks within the examples from being
10# treated as directories with valid BUILD files for the main repo.
11# Any directory with a WORKSPACE in it should be added here, with
12# an entry like `bazel-{workspacename}`
13examples/bzlmod/bazel-bin
14examples/bzlmod/bazel-bzlmod
15examples/bzlmod/bazel-out
16examples/bzlmod/bazel-testlogs
17examples/bzlmod/other_module/bazel-bin
18examples/bzlmod/other_module/bazel-other_module
19examples/bzlmod/other_module/bazel-out
20examples/bzlmod/other_module/bazel-testlogs
21examples/bzlmod_build_file_generation/bazel-bzlmod_build_file_generation
22examples/multi_python_versions/bazel-multi_python_versions
23examples/pip_parse/bazel-pip_parse
24examples/pip_parse_vendored/bazel-pip_parse_vendored
25examples/py_proto_library/bazel-py_proto_library
26tests/integration/compile_pip_requirements/bazel-compile_pip_requirements
27tests/integration/ignore_root_user_error/bazel-ignore_root_user_error
28tests/integration/local_toolchains/bazel-local_toolchains
29tests/integration/py_cc_toolchain_registered/bazel-py_cc_toolchain_registered
30