-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
42 lines (35 loc) · 947 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
35
36
37
38
39
40
41
[submodule "llvm-project"]
path = llvm-project
url = https://github.com/llvm/llvm-project.git
ignore = dirty
shallow = true
[submodule "lib/stdlib/pcre2"]
path = lib/external/pcre2
url = https://github.com/PCRE2Project/pcre2.git
ignore = dirty
shallow = true
[submodule "lib/external/libarchive"]
path = lib/external/libarchive
url = https://github.com/libarchive/libarchive.git
ignore = dirty
shallow = true
[submodule "lib/external/xz"]
path = lib/external/xz
url = https://github.com/tukaani-project/xz
shallow = true
ignore = dirty
[submodule "lib/external/zlib"]
path = lib/external/zlib
url = https://github.com/madler/zlib
shallow = true
ignore = dirty
[submodule "lib/external/bzip2"]
path = lib/external/bzip2
url = git://sourceware.org/git/bzip2.git
shallow = true
ignore = dirty
[submodule "lib/external/lz4"]
path = lib/external/lz4
url = https://github.com/lz4/lz4.git
shallow = true
ignore = dirty