Ignoring the autotools 'compile' file. Patch by Mike Frysinger.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5119 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
1b65b19abd
commit
c9b3a71d02
|
@ -14,6 +14,7 @@ core
|
||||||
/INSTALL
|
/INSTALL
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
|
/compile
|
||||||
/config.cache
|
/config.cache
|
||||||
/config.guess
|
/config.guess
|
||||||
/config.h
|
/config.h
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
2015-02-16 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
* .gitignore: Ignore the autotools 'compile' file.
|
||||||
|
|
||||||
2015-02-15 Benno Schulenberg <bensberg@justemail.net>
|
2015-02-15 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/file.c (do_lockfile): Also show the name of the affected file
|
* src/file.c (do_lockfile): Also show the name of the affected file
|
||||||
when finding a lock file, for when many files are opened at once.
|
when finding a lock file, for when many files are opened at once.
|
||||||
|
|
Loading…
Reference in New Issue