From c663ff77d93ea8b49abc6a82acf8455add4e52b5 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 9 Sep 2011 16:33:27 +0400 Subject: [PATCH] .gitignore: Ignore auto-generated autom4te.cache folder. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1