mirror of
https://github.com/grpc/grpc.git
synced 2026-01-24 10:53:30 +08:00
Exclude generated directories in grpcio_observability that prevent bazel recursive queries. Same as #40236
39 lines
953 B
Plaintext
39 lines
953 B
Plaintext
bazel-bin
|
|
bazel-grpc
|
|
bazel-out
|
|
bazel-testlogs
|
|
bins
|
|
libs
|
|
objs
|
|
third_party/abseil-cpp
|
|
third_party/benchmark
|
|
third_party/boringssl
|
|
third_party/bloaty
|
|
third_party/boringssl-with-bazel
|
|
third_party/envoy-api
|
|
third_party/googleapis
|
|
third_party/googletest
|
|
third_party/opencensus-proto
|
|
third_party/opentelemetry-cpp
|
|
third_party/protobuf
|
|
third_party/protoc-gen-validate
|
|
third_party/re2
|
|
third_party/upb
|
|
third_party/utf8_range
|
|
third_party/xds
|
|
|
|
test/distrib/bazel/cpp
|
|
test/distrib/bazel/python
|
|
test/distrib/bazel/python_second_test_repo
|
|
|
|
# Directories build containing own BUILD files.
|
|
src/python/grpcio_tests/src/
|
|
tools/distrib/python/grpcio_tools/build/
|
|
tools/distrib/python/grpcio_tools/protobuf/
|
|
tools/distrib/python/grpcio_tools/grpc_plugin/
|
|
tools/distrib/python/grpcio_tools/grpc_root/
|
|
tools/distrib/python/grpcio_tools/third_party/
|
|
src/python/grpcio_observability/build/
|
|
src/python/grpcio_observability/grpc_root/
|
|
src/python/grpcio_observability/third_party/
|