From: Paul Eggert Date: Thu, 20 Nov 2014 20:40:41 +0000 (-0800) Subject: Add a.out to .gitignore. X-Git-Tag: emacs-24.4.90~192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e;p=emacs.git 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. --- diff --git a/.gitignore b/.gitignore index a35ab93c879..7a17aa96aa0 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 fdf40a172b9..84754187ef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-11-20 Paul Eggert + + 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 * .gitignore: Resurrect Windows-specific ignorables lost in last