-
Notifications
You must be signed in to change notification settings - Fork 74
/
.gitmodules
45 lines (45 loc) · 1.18 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
[submodule "labs/cs630-qemu-lab"]
path = labs/cs630-qemu-lab
url = https://gitee.com/tinylab/cs630-qemu-lab.git
branch = master
ignore = all
[submodule "labs/linux-lab"]
path = labs/linux-lab
url = https://gitee.com/tinylab/linux-lab.git
branch = master
ignore = all
[submodule "labs/linux-0.11-lab"]
path = labs/linux-0.11-lab
url = https://gitee.com/tinylab/linux-0.11-lab.git
branch = master
ignore = all
[submodule "labs/markdown-lab"]
path = labs/markdown-lab
url = https://gitee.com/tinylab/markdown-lab.git
branch = master
ignore = all
[submodule "labs/tinylab.org"]
path = labs/tinylab.org
url = https://gitee.com/tinylab/tinylab.org.git
branch = master
ignore = all
[submodule "labs/pwn-lab"]
path = labs/pwn-lab
url = https://gitee.com/tinylab/pwn-lab.git
branch = master
ignore = all
[submodule "labs/riscv-lab"]
path = labs/riscv-lab
url = https://gitee.com/tinylab/riscv-lab.git
branch = master
ignore = all
[submodule "labs/tinylab.site"]
path = labs/tinylab.site
url = https://gitee.com/tinylab/tinylab.org
branch = master
ignore = all
[submodule "labs/arm-lab"]
path = labs/arm-lab
url = https://gitee.com/tinylab/arm-lab.git
branch = master
ignore = all