mirror of https://github.com/fairyglade/ly.git
Create .gitmodules
Add .gitmodules to support egit of ebuild used in Gentoo linux
This commit is contained in:
parent
77f6958241
commit
145c8d856b
|
|
@ -0,0 +1,15 @@
|
||||||
|
[submodule "sub/argoat"]
|
||||||
|
path = sub/argoat
|
||||||
|
url = https://github.com/nullgemm/argoat.git
|
||||||
|
[submodule "sub/configator"]
|
||||||
|
path = sub/configator
|
||||||
|
url = https://github.com/nullgemm/configator.git
|
||||||
|
[submodule "sub/ctypes"]
|
||||||
|
path = sub/ctypes
|
||||||
|
url = https://github.com/nullgemm/ctypes.git
|
||||||
|
[submodule "sub/dragonfail"]
|
||||||
|
path = sub/dragonfail
|
||||||
|
url = https://github.com/nullgemm/dragonfail.git
|
||||||
|
[submodule "sub/termbox_next"]
|
||||||
|
path = sub/termbox_next
|
||||||
|
url = https://github.com/nullgemm/termbox_next.git
|
||||||
Loading…
Reference in New Issue