From 5e9933040a3cea7097c3387768b021b0450a0b43 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Mon, 14 Dec 2020 11:32:55 -0800 Subject: [PATCH] Ignore several third_party module for Bazel --- .bazelignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelignore b/.bazelignore index dce2f677a2f..b55b5482737 100644 --- a/.bazelignore +++ b/.bazelignore @@ -10,3 +10,6 @@ third_party/bloaty third_party/googleapis third_party/protoc-gen-validate third_party/udpa +third_party/protobuf +third_party/boringssl-with-bazel +third_party/googletest