-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
38 lines (38 loc) · 1.37 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
[submodule "tests"]
path = tests
url = https://github.com/osfree-project/win16test.git
[submodule "drivers/mouse"]
path = drivers/mouse
url = https://github.com/stsp/win31-mouse-driver
[submodule "applications/clock"]
path = applications/clock
url = https://github.com/osfree-project/clock
branch = main
[submodule "applications/notepad"]
path = applications/notepad
url = https://github.com/osfree-project/notepad
branch = main
[submodule "applications/clipbrd"]
path = applications/clipbrd
url = https://github.com/osfree-project/clipbrd
branch = main
[submodule "applications/winver"]
path = applications/winver
url = https://github.com/osfree-project/winver
branch = main
[submodule "applications/pifedit"]
path = applications/pifedit
url = https://github.com/osfree-project/pifedit
branch = main
[submodule "applications/taskman"]
path = applications/taskman
url = https://github.com/osfree-project/taskman
branch = main
[submodule "applications/winmine"]
path = applications/winmine
url = https://github.com/osfree-project/minesweeper
branch = main
[submodule "applications/sysedit"]
path = applications/sysedit
url = https://github.com/osfree-project/sysedit
branch = main