From 811204bd48627d98897b1101c42c888c383e634e Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Sat, 2 Apr 2016 23:06:55 +0200 Subject: [PATCH] updating gitignore --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.gitignore b/.gitignore index b8bd026..09c4cbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +*~ +*.o +*.a +*.mod + # Compiled Object files *.slo *.lo @@ -26,3 +31,24 @@ *.exe *.out *.app + +Makefile +autom4te.cache/ +bin/Makefile +bin/qcdloop-config +config.log +config.status +doc/html/ +examples/.deps/ +examples/.libs/ +examples/Makefile +examples/test +libtool +src/.deps/ +src/.libs/ +src/Makefile +src/qcdloop/config.h +src/qcdloop/stamp-h1 +examples/cache_test +examples/cmass_test +examples/trigger_test \ No newline at end of file