From 54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 20 Nov 2014 12:40:41 -0800 Subject: [PATCH] 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 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 -- 2.11.4.GIT