emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 01/01: Add a.out to .gitignore.


From: Paul Eggert
Subject: [Emacs-diffs] emacs-24 01/01: Add a.out to .gitignore.
Date: Thu, 20 Nov 2014 20:41:15 +0000

branch: emacs-24
commit 54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e
Author: Paul Eggert <address@hidden>
Date:   Thu Nov 20 12:40:41 2014 -0800

    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.
---
 .gitignore |    7 ++++---
 ChangeLog  |    9 +++++++++
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index a35ab93..7a17aa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/ChangeLog b/ChangeLog
index fdf40a1..8475418 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-11-20  Paul Eggert  <address@hidden>
+
+       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  <address@hidden>
 
        * .gitignore: Resurrect Windows-specific ignorables lost in last



reply via email to

[Prev in Thread] Current Thread [Next in Thread]