From: Ivan Maidanski Date: Fri, 9 Sep 2011 12:33:27 +0000 (+0400) Subject: .gitignore: Ignore auto-generated autom4te.cache folder. X-Git-Tag: gc7_2~138^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c663ff77d93ea8b49abc6a82acf8455add4e52b5;p=gc .gitignore: Ignore auto-generated autom4te.cache folder. --- diff --git a/.gitignore b/.gitignore index 35abc35f..18531510 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,9 @@ /include/private/config.h.in~ /include/private/stamp-h1 +# These files are generated by autoreconf: +/autom4te.cache/ + # Rarely generated files (mostly by some Win/DOS compilers): /*.bsc /*.csm