diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-11-20 12:40:41 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-11-20 12:41:10 -0800 |
commit | 54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e (patch) | |
tree | a4c64a2dfe180e0ef3efbe7735925e54a1adfb94 /.gitignore | |
parent | 4fdddb20c55dd88f3f3e864dd5d7ea933a6ea5bc (diff) | |
download | emacs-54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e.tar.gz |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 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 |