]> code.delx.au - gnu-emacs/commitdiff
* .gitignore: Ignore autosave files.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Dec 2014 20:31:28 +0000 (15:31 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Dec 2014 20:31:28 +0000 (15:31 -0500)
.gitignore
ChangeLog

index d40f09a182a3f8872dd32d0e734b8ed4b9b62db4..6702a192bcb36323a70bbd18ecc9d9313381dbdd 100644 (file)
@@ -233,6 +233,7 @@ info/dir
 *.rej
 *~
 .#*
+\#*\#
 [0-9]*.patch
 
 # Built by 'make install'.
index c70503cf218bc6238b82dd47900b2cda9ec8cb69..d7fcd2579dec37c640989376ee80247bb745c774 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * .gitignore: Ignore autosave files.
+
 2014-12-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        * .gitignore: Remove redundant pattern (subsumed by _*).