-
Notifications
You must be signed in to change notification settings - Fork 337
/
.gitmodules
47 lines (47 loc) · 1.41 KB
/
.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
35
36
37
38
39
40
41
42
43
44
45
46
47
[submodule "paxoskv/googletest"]
path = paxoskv/googletest
url = https://github.com/google/googletest
ignore = dirty
[submodule "paxoskv/leveldb"]
path = paxoskv/leveldb
url = https://github.com/google/leveldb
ignore = dirty
[submodule "paxoskv/snappy"]
path = paxoskv/snappy
url = https://github.com/google/snappy
ignore = dirty
[submodule "paxoskv/libco"]
path = paxoskv/libco
url = https://github.com/Tencent/libco
ignore = dirty
[submodule "paxoskv/protobuf"]
path = paxoskv/protobuf
url = https://github.com/google/protobuf
ignore = dirty
[submodule "certain/third/libco"]
path = certain/third/libco
url = https://github.com/Tencent/libco
ignore = dirty
[submodule "certain/third/googletest"]
path = certain/third/googletest
url = https://github.com/google/googletest
ignore = dirty
[submodule "certain/third/rocksdb"]
path = certain/third/rocksdb
url = https://github.com/facebook/rocksdb
ignore = dirty
[submodule "certain/third/protobuf"]
path = certain/third/protobuf
url = https://github.com/google/protobuf
ignore = dirty
[submodule "certain/third/gflags"]
path = certain/third/gflags
url = https://github.com/gflags/gflags
ignore = dirty
[submodule "certain/third/glog"]
path = certain/third/glog
url = https://github.com/google/glog
ignore = dirty
[submodule "certain/third/gperftools"]
path = certain/third/gperftools
url = https://github.com/gperftools/gperftools