Compare commits

...

2 Commits

Author SHA1 Message Date
Ilja Kartašov ce7eda1820 Add submodules to proper paths 2019-07-13 14:13:02 +02:00
Ilja Kartašov 006efe8692 Remove submodules 2019-07-13 14:12:16 +02:00
2 changed files with 4 additions and 4 deletions

8
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "sdk"]
path = sdk
url = https://git.lowenware.com/lowenware/aisl-sdk.git
[submodule "cStuff"]
path = cStuff
url = git@lowenware.com:lowenware/cStuff.git
[submodule "aisl-sdk"]
path = aisl-sdk
url = git@lowenware.com:lowenware/aisl-sdk.git
url = https://git.lowenware.com/lowenware/cStuff.git

View File