From 490fa01a0017625c2e105578619c4f005a989d49 Mon Sep 17 00:00:00 2001 From: gramanas Date: Mon, 31 Jan 2022 17:28:09 +0200 Subject: Add autotools to git ignore --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to '.gitignore') 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/ -- cgit v1.2.3