From 7a8bd82af502e374f036bf756a479b9f298b5710 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 2 Apr 2014 19:56:09 +0000 Subject: [PATCH] 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 --- .gitignore | 3 ++- ChangeLog | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5