-
Notifications
You must be signed in to change notification settings - Fork 131
/
.gitmodules
34 lines (34 loc) · 993 Bytes
/
.gitmodules
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
[submodule "submodules/duckdb"]
path = submodules/duckdb
url = https://github.com/duckdb/duckdb
update = rebase
[submodule "submodules/arrow"]
path = submodules/arrow
url = https://github.com/apache/arrow
shallow = true
ignore = dirty
[submodule "submodules/gflags"]
path = submodules/gflags
url = https://github.com/gflags/gflags.git
shallow = true
[submodule "submodules/benchmark"]
path = submodules/benchmark
url = https://github.com/google/benchmark
shallow = true
[submodule "submodules/googletest"]
path = submodules/googletest
url = https://github.com/google/googletest
shallow = true
[submodule "submodules/spdlog"]
path = submodules/spdlog
url = https://github.com/gabime/spdlog
shallow = true
[submodule "submodules/rapidjson"]
path = submodules/rapidjson
url = https://github.com/Tencent/rapidjson
shallow = true
[submodule "submodules/tpch-dbgen"]
path = submodules/tpch-dbgen
url = https://github.com/gregrahn/tpch-kit.git
ignore = dirty
shallow = true