Delete unused submodules (#18873)

pull/18876/head
Mike Kruskal 4 months ago committed by GitHub
parent 8818c672f5
commit 54de2e5a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .bazelignore
  2. 11
      .gitmodules
  3. 1
      third_party/abseil-cpp
  4. 1
      third_party/googletest
  5. 1
      third_party/jsoncpp

@ -1,4 +1 @@
# These are fetched as external repositories.
third_party/abseil-cpp
third_party/googletest
_build/

11
.gitmodules vendored

@ -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

@ -1 +0,0 @@
Subproject commit 4a2c63365eff8823a5221db86ef490e828306f9d

@ -1 +0,0 @@
Subproject commit 4c9a3bb62bf3ba1f1010bf96f9c8ed767b363774

@ -1 +0,0 @@
Subproject commit 9059f5cad030ba11d37818847443a53918c327b1
Loading…
Cancel
Save