From c9b3a71d02f6bbc9a2f1062eb6c5f6004b868b4a Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 16 Feb 2015 20:13:29 +0000 Subject: [PATCH] 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-d3aeb78583b8 --- .gitignore | 1 + ChangeLog | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cf94fc33..fd20327f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ core /INSTALL /aclocal.m4 /autom4te.cache +/compile /config.cache /config.guess /config.h diff --git a/ChangeLog b/ChangeLog index e75b0543..aa2fc5e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2015-02-16 Mike Frysinger + * .gitignore: Ignore the autotools 'compile' file. + 2015-02-15 Benno Schulenberg * 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. -- 2.39.5