]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a.out to .gitignore.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Nov 2014 20:40:41 +0000 (12:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Nov 2014 20:41:10 +0000 (12:41 -0800)
Suggested by Lee Duhem in:
http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html
* .gitignore: Add a.out.
Move *.log next to *.tmp, since it's generic.
Put *.exe before non-generics.

.gitignore
ChangeLog

index a35ab93c8792b3a35f62a6a69edd0265e3724d02..7a17aa96aa0de2363ea02e11efa406895beb6c3e 100644 (file)
@@ -88,7 +88,8 @@ lisp/subdirs.el
 .deps/
 deps/
 
-# Temporaries.
+# Logs and temporaries.
+*.log
 *.tmp
 
 # Time stamps.
@@ -108,6 +109,8 @@ oo-spd/
 src/*.map
 
 # Executables.
+*.exe
+a.out
 lib-src/blessmail
 lib-src/ctags
 lib-src/ebrowse
@@ -124,7 +127,6 @@ src/bootstrap-emacs
 src/emacs
 src/emacs-[0-9]*
 src/temacs
-*.exe
 
 # Character-set info.
 admin/charsets/*.el
@@ -146,7 +148,6 @@ lisp/international/uni-*.el
 *.info
 *.ky
 *.kys
-*.log
 *.op
 *.ops
 *.pdf
index fdf40a172b949d5e76fdea09b94cf1e0317665d0..84754187ef94d3fc85c11299eacd62ba27ab8847 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-11-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Add a.out to .gitignore.
+       Suggested by Lee Duhem in:
+       http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html
+       * .gitignore: Add a.out.
+       Move *.log next to *.tmp, since it's generic.
+       Put *.exe before non-generics.
+
 2014-11-19  Eli Zaretskii  <eliz@gnu.org>
 
        * .gitignore: Resurrect Windows-specific ignorables lost in last