-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 797 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 797 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 "doc/html"]
path = doc/html
url = https://github.com/ned14/quickcpplib.git
branch = gh-pages
fetchRecurseSubmodules = true
ignore = none
[submodule "include/span-lite"]
path = include/quickcpplib/span-lite
url = https://github.com/martinmoene/span-lite.git
branch = master
fetchRecurseSubmodules = true
ignore = untracked
[submodule "pcpp"]
path = pcpp
url = https://github.com/ned14/pcpp.git
branch = master
fetchRecurseSubmodules = true
ignore = untracked
[submodule "include/optional"]
path = include/quickcpplib/optional
url = https://github.com/akrzemi1/Optional.git
branch = master
fetchRecurseSubmodules = true
ignore = untracked
[submodule "include/byte"]
path = include/quickcpplib/byte
url = https://github.com/martinmoene/byte-lite.git
branch = master