Compare commits
2 Commits
9b3c72f253
...
0bd2c6a638
Author | SHA1 | Date | |
---|---|---|---|
0bd2c6a638 | |||
59b061b677 |
3
.gitmodules
vendored
Normal file → Executable file
3
.gitmodules
vendored
Normal file → Executable file
@ -1,3 +1,6 @@
|
||||
[submodule "ext/lua"]
|
||||
path = ext/lua
|
||||
url = git@github.com:lua/lua.git
|
||||
[submodule "ext/libzip"]
|
||||
path = ext/libzip
|
||||
url = git@github.com:nih-at/libzip.git
|
||||
|
0
.vscode/launch.json
vendored
Normal file → Executable file
0
.vscode/launch.json
vendored
Normal file → Executable file
1
.vscode/settings.json
vendored
Normal file → Executable file
1
.vscode/settings.json
vendored
Normal file → Executable file
@ -13,4 +13,5 @@
|
||||
},
|
||||
|
||||
"git.detectSubmodulesLimit": 0,
|
||||
"git.ignoreSubmodules": true
|
||||
}
|
||||
|
0
.vscode/tasks.json
vendored
Normal file → Executable file
0
.vscode/tasks.json
vendored
Normal file → Executable file
1
ext/libzip
Submodule
1
ext/libzip
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5532f9baa0c44cc5435ad135686a4ea009075b9a
|
Loading…
x
Reference in New Issue
Block a user