Adding gitignore and gitmodule

This commit is contained in:
Anonymus Raccoon
2020-03-25 16:34:34 +01:00
parent d873a59e6b
commit 40a92bf313
2 changed files with 20 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
**/*.o
**/*.a
**/*.gcdo
**/*.gcna
**/vgcore*
my_world
**/ut
.vscode/
.idea/
cmake-build-debug/
CmakeFiles/
+9
View File
@@ -0,0 +1,9 @@
[submodule "Gamacon"]
path = lib/gamacon
url = https://github.com/AnonymusRaccoon/Gamacon
[submodule "lib/xmlparser"]
path = lib/xmlparser
url = https://github.com/AnonymusRaccoon/xmlParser
[submodule "lib/quadtree"]
path = lib/quadtree
url = https://github.com/AnonymusRaccoon/quadtree