From: Benno Schulenberg Date: Wed, 2 Apr 2014 19:56:09 +0000 (+0000) Subject: Ignoring 'config.cache' with git. Patch by Mike Frysinger. X-Git-Tag: v2.3.3~228 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7a8bd82af502e374f036bf756a479b9f298b5710;p=nano.git Ignoring 'config.cache' with git. Patch by Mike Frysinger. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4702 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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