From 955cb8154deb432678e6c7d386d3b8d6192788ee Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 17 Oct 2024 11:27:13 -0700 Subject: [PATCH] Internal changes PiperOrigin-RevId: 686984077 --- .bazelignore | 3 --- .gitmodules | 11 ----------- 2 files changed, 14 deletions(-) diff --git a/.bazelignore b/.bazelignore index dc5c301299..69fa449dd9 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1,4 +1 @@ -# These are fetched as external repositories. -third_party/abseil-cpp -third_party/googletest _build/ diff --git a/.gitmodules b/.gitmodules index 495082fb47..e69de29bb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +0,0 @@ -[submodule "third_party/googletest"] - path = third_party/googletest - url = https://github.com/google/googletest.git - ignore = dirty -[submodule "third_party/abseil-cpp"] - path = third_party/abseil-cpp - url = https://github.com/abseil/abseil-cpp.git - branch = lts_2023_08_02 -[submodule "third_party/jsoncpp"] - path = third_party/jsoncpp - url = https://github.com/open-source-parsers/jsoncpp.git