diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-01-12 20:41:56 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-01-12 20:41:56 +1300 |
commit | 58bef85206c7cce153400e51b247e2476e9e65a4 (patch) | |
tree | 9e9856c8c554545c44834c89fe0086f9a36abf22 /.gitignore | |
download | tetris-58bef85206c7cce153400e51b247e2476e9e65a4.tar.xz |
Initial commit of rough-arse Tetris
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..213c075 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +tetris +*.o |