summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 20 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 85db1bd..4755d31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,22 @@
+# haskell
hs/*
+
+# binaries
food
-cookbook \ No newline at end of file
+cookbook
+
+# c
+*.o
+
+# backups
+*~
+
+# autotools
+Makefile
+Makefile.in
+autom4te.cache/
+autoscan.log
+config.log
+config.status
+configure.scan
+.deps/