diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2022-01-31 17:28:09 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2022-01-31 17:41:21 +0200 |
commit | 490fa01a0017625c2e105578619c4f005a989d49 (patch) | |
tree | d854cbcd0ebc63580fd3b232e32faf540113cc3e /.gitignore | |
parent | c9605d74204f2502ba57b8e9acd21350f07bf032 (diff) | |
download | foodtools-490fa01a0017625c2e105578619c4f005a989d49.tar.gz foodtools-490fa01a0017625c2e105578619c4f005a989d49.tar.bz2 foodtools-490fa01a0017625c2e105578619c4f005a989d49.zip |
Add autotools to git ignore
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/ |