diff options
| author | Paul Eggert | 2014-11-20 12:40:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-20 12:41:10 -0800 |
| commit | 54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e (patch) | |
| tree | a4c64a2dfe180e0ef3efbe7735925e54a1adfb94 | |
| parent | 4fdddb20c55dd88f3f3e864dd5d7ea933a6ea5bc (diff) | |
| download | emacs-54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e.tar.gz emacs-54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e.zip | |
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.
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | 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 | |||
| 88 | .deps/ | 88 | .deps/ |
| 89 | deps/ | 89 | deps/ |
| 90 | 90 | ||
| 91 | # Temporaries. | 91 | # Logs and temporaries. |
| 92 | *.log | ||
| 92 | *.tmp | 93 | *.tmp |
| 93 | 94 | ||
| 94 | # Time stamps. | 95 | # Time stamps. |
| @@ -108,6 +109,8 @@ oo-spd/ | |||
| 108 | src/*.map | 109 | src/*.map |
| 109 | 110 | ||
| 110 | # Executables. | 111 | # Executables. |
| 112 | *.exe | ||
| 113 | a.out | ||
| 111 | lib-src/blessmail | 114 | lib-src/blessmail |
| 112 | lib-src/ctags | 115 | lib-src/ctags |
| 113 | lib-src/ebrowse | 116 | lib-src/ebrowse |
| @@ -124,7 +127,6 @@ src/bootstrap-emacs | |||
| 124 | src/emacs | 127 | src/emacs |
| 125 | src/emacs-[0-9]* | 128 | src/emacs-[0-9]* |
| 126 | src/temacs | 129 | src/temacs |
| 127 | *.exe | ||
| 128 | 130 | ||
| 129 | # Character-set info. | 131 | # Character-set info. |
| 130 | admin/charsets/*.el | 132 | admin/charsets/*.el |
| @@ -146,7 +148,6 @@ lisp/international/uni-*.el | |||
| 146 | *.info | 148 | *.info |
| 147 | *.ky | 149 | *.ky |
| 148 | *.kys | 150 | *.kys |
| 149 | *.log | ||
| 150 | *.op | 151 | *.op |
| 151 | *.ops | 152 | *.ops |
| 152 | 153 | ||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-11-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Add a.out to .gitignore. | ||
| 4 | Suggested by Lee Duhem in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html | ||
| 6 | * .gitignore: Add a.out. | ||
| 7 | Move *.log next to *.tmp, since it's generic. | ||
| 8 | Put *.exe before non-generics. | ||
| 9 | |||
| 1 | 2014-11-19 Eli Zaretskii <eliz@gnu.org> | 10 | 2014-11-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * .gitignore: Resurrect Windows-specific ignorables lost in last | 12 | * .gitignore: Resurrect Windows-specific ignorables lost in last |