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