diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -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/ |