add submodule and proper .gitignore

This commit is contained in:
Maximilian Keßler 2023-08-08 11:12:59 +02:00
parent bfe2b85dec
commit d6b60bbe5b
Signed by: max
GPG Key ID: BCC5A619923C0BA5
3 changed files with 11 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
in/
json/
results/
cmake-build-debug/
cmake-build-release/
cmake-build-release-coverage/
json

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "hanabi"]
path = hanabi
url = git@gitlab.com:kesslermaximilian/hanabi

1
hanabi Submodule

@ -0,0 +1 @@
Subproject commit a85504cc1c111b1040d0453efe7769170c3d5c04