nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 7a8bd82af502e374f036bf756a479b9f298b5710
parent 055f0fbbe4c246becaf07c04cc1e634b962bfd59
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Wed,  2 Apr 2014 19:56:09 +0000

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

Diffstat:
M.gitignore | 3++-
MChangeLog | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 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 @@ -1,5 +1,6 @@ 2014-04-02 Mike Frysinger <vapier@gentoo.org> * doc/man/{,fr}/Makefile.am: Simplify the man rules still further. + * .gitignore: Add 'config.cache', created by './configure -C'. 2014-03-31 Chris Allegretta <chrisa@asty.org> * doc/syntax/go.nanorc: basic go syntax highlighting