add submodule and proper .gitignore
This commit is contained in:
parent
bfe2b85dec
commit
d6b60bbe5b
3 changed files with 11 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
in/
|
||||||
|
json/
|
||||||
|
results/
|
||||||
|
cmake-build-debug/
|
||||||
|
cmake-build-release/
|
||||||
|
cmake-build-release-coverage/
|
||||||
|
json
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "hanabi"]
|
||||||
|
path = hanabi
|
||||||
|
url = git@gitlab.com:kesslermaximilian/hanabi
|
1
hanabi
Submodule
1
hanabi
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a85504cc1c111b1040d0453efe7769170c3d5c04
|
Loading…
Reference in a new issue