]> git.wh0rd.org Git - nano.git/commitdiff
Ignoring the autotools 'compile' file. Patch by Mike Frysinger.
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 16 Feb 2015 20:13:29 +0000 (20:13 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Mon, 16 Feb 2015 20:13:29 +0000 (20:13 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5119 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

.gitignore
ChangeLog

index cf94fc333a642faae7fefb6cd544c4b5c861bb0b..fd20327f29c47c856d7739a06be55498c63f289a 100644 (file)
@@ -14,6 +14,7 @@ core
 /INSTALL
 /aclocal.m4
 /autom4te.cache
+/compile
 /config.cache
 /config.guess
 /config.h
index e75b05435998ae959c1205cd613d021214bdfab9..aa2fc5e30982de780d1cb27a44536ad98ee26094 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
        * 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.