mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-05-27 16:41:49 +00:00
Adding gitignore and gitmodule
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
**/*.o
|
||||
**/*.a
|
||||
**/*.gcdo
|
||||
**/*.gcna
|
||||
**/vgcore*
|
||||
my_world
|
||||
**/ut
|
||||
.vscode/
|
||||
.idea/
|
||||
cmake-build-debug/
|
||||
CmakeFiles/
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user