-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 901 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 901 Bytes
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
[submodule "third-party/spdk"]
path = third-party/spdk
url = https://github.com/spdk/spdk.git
ignore = dirty
[submodule "third-party/pmdk"]
path = third-party/pmdk
url = https://github.com/pmem/pmdk.git
ignore = dirty
[submodule "third-party/HdrHistogram_c"]
path = third-party/HdrHistogram_c
url = https://github.com/HdrHistogram/HdrHistogram_c.git
ignore = dirty
[submodule "third-party/libconfig"]
path = third-party/libconfig
url = https://github.com/hyperrealm/libconfig.git
ignore = dirty
[submodule "src/3rd/linenoise"]
path = examples/clinode/linenoise
url = https://github.com/antirez/linenoise.git
ignore = dirty
[submodule "third-party/libpmemobj-cpp"]
path = third-party/libpmemobj-cpp
url = https://github.com/pmem/libpmemobj-cpp.git
ignore = dirty
[submodule "third-party/eRPC"]
path = third-party/eRPC
url = https://github.com/anujkaliaiitd/eRPC.git
ignore = dirty