forked from grpc/grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bazelignore
More file actions
42 lines (39 loc) · 1020 Bytes
/
.bazelignore
File metadata and controls
42 lines (39 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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
# Uses it's own MODULE.bazel deps.
tools/artifact_gen
# Directories build containing own BUILD files.
test/bzlmod
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/