diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-01 16:44:52 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-01 16:44:52 +0100 |
| commit | f345e944806d493d140190a919739051790324a2 (patch) | |
| tree | fd94b9ce2316a8a9dacb64b9623319cc6ed517af /.gitignore | |
| download | connect4-f345e944806d493d140190a919739051790324a2.tar.gz connect4-f345e944806d493d140190a919739051790324a2.tar.bz2 connect4-f345e944806d493d140190a919739051790324a2.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2a9b6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +tags |
