summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-02-25 05:08:10 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-02-25 05:08:10 +0100
commitbbed5806538a47b184d3bde8a2be8d54c5400e7e (patch)
treeb471dcbb31e8001ff9928878fe46c216ab719573 /.gitignore
parent9ca9555fede912e5a3c9cebaa2050bb2c7cc7b1c (diff)
downloadhtanks-bbed5806538a47b184d3bde8a2be8d54c5400e7e.tar
htanks-bbed5806538a47b184d3bde8a2be8d54c5400e7e.zip
Fixed event handling bug; don't provide generated bindings in git as they are probably not 64-bit clean
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ad959f0..74f3efd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@
*.o
*~
*.chs.h
+Bindings/*.hs
HTanks