diff --git a/.gitignore b/.gitignore index daa97481..cf94fc33 100644 --- a/.gitignore +++ b/.gitignore @@ -14,10 +14,11 @@ core /INSTALL /aclocal.m4 /autom4te.cache +/config.cache /config.guess -/config.log /config.h /config.h.in +/config.log /config.rpath /config.status /config.sub diff --git a/ChangeLog b/ChangeLog index ee2b7948..a6261102 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2014-04-02 Mike Frysinger * doc/man/{,fr}/Makefile.am: Simplify the man rules still further. + * .gitignore: Add 'config.cache', created by './configure -C'. 2014-03-31 Chris Allegretta * doc/syntax/go.nanorc: basic go syntax highlighting