From 02276f47743b5549a60a5bb18f707d6c0862becc Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Wed, 6 Mar 2024 08:31:48 -0800 Subject: [PATCH] [Misc] Added third_party/utf8_range to .bazelignore (#36054) This is to clam down bazel which is eager to build everything in the repo. --- .bazelignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelignore b/.bazelignore index 7ace587d0ff..13ca0ec3c7f 100644 --- a/.bazelignore +++ b/.bazelignore @@ -19,6 +19,7 @@ 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