diff options
| author | Paul Eggert | 2014-11-19 10:30:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-19 10:32:08 -0800 |
| commit | f773d35aa218d25ff8d933fce21643971ec713e5 (patch) | |
| tree | 313cfb795498d2c3298328043c54310bec97fe7f | |
| parent | fe1b545d773b18a053bd7878d36296e28b52cfe6 (diff) | |
| download | emacs-f773d35aa218d25ff8d933fce21643971ec713e5.tar.gz emacs-f773d35aa218d25ff8d933fce21643971ec713e5.zip | |
* .gitignore: Add /emacs-[1-9]*/, and sort better.
| -rw-r--r-- | .gitignore | 11 | ||||
| -rw-r--r-- | ChangeLog | 4 |
2 files changed, 11 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index ededdee562e..cd60123e1c5 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -11,14 +11,14 @@ lib/Makefile.in | |||
| 11 | src/config.in | 11 | src/config.in |
| 12 | 12 | ||
| 13 | # Built by 'configure'. | 13 | # Built by 'configure'. |
| 14 | Info.plist | ||
| 15 | InfoPlist.strings | ||
| 14 | Makefile | 16 | Makefile |
| 15 | makefile | 17 | makefile |
| 16 | /*.cache | 18 | /*.cache |
| 17 | /config.status | 19 | /config.status |
| 18 | src/config.h | 20 | src/config.h |
| 19 | src/epaths.h | 21 | src/epaths.h |
| 20 | Info.plist | ||
| 21 | InfoPlist.strings | ||
| 22 | 22 | ||
| 23 | # C-level sources built by 'make'. | 23 | # C-level sources built by 'make'. |
| 24 | lib/alloca.h | 24 | lib/alloca.h |
| @@ -99,12 +99,12 @@ src/stamp-h1 | |||
| 99 | 99 | ||
| 100 | # Object files and debugging. | 100 | # Object files and debugging. |
| 101 | *.a | 101 | *.a |
| 102 | *.dSYM/ | ||
| 102 | *.elc | 103 | *.elc |
| 103 | *.o | 104 | *.o |
| 104 | oo/ | 105 | oo/ |
| 105 | oo-spd/ | 106 | oo-spd/ |
| 106 | src/*.map | 107 | src/*.map |
| 107 | *.dSYM/ | ||
| 108 | 108 | ||
| 109 | # Executables. | 109 | # Executables. |
| 110 | lib-src/blessmail | 110 | lib-src/blessmail |
| @@ -118,11 +118,11 @@ lib-src/movemail | |||
| 118 | lib-src/profile | 118 | lib-src/profile |
| 119 | lib-src/test-distrib | 119 | lib-src/test-distrib |
| 120 | lib-src/update-game-score | 120 | lib-src/update-game-score |
| 121 | nextstep/Emacs.app/ | ||
| 121 | src/bootstrap-emacs | 122 | src/bootstrap-emacs |
| 122 | src/emacs | 123 | src/emacs |
| 123 | src/emacs-[0-9]* | 124 | src/emacs-[0-9]* |
| 124 | src/temacs | 125 | src/temacs |
| 125 | nextstep/Emacs.app/ | ||
| 126 | 126 | ||
| 127 | # Character-set info. | 127 | # Character-set info. |
| 128 | admin/charsets/*.el | 128 | admin/charsets/*.el |
| @@ -176,3 +176,6 @@ info/dir | |||
| 176 | 176 | ||
| 177 | # Git output. | 177 | # Git output. |
| 178 | [0-9]*.patch | 178 | [0-9]*.patch |
| 179 | |||
| 180 | # Distribution directories. | ||
| 181 | /emacs-[1-9]*/ | ||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-11-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * .gitignore: Add /emacs-[1-9]*/, and sort better. | ||
| 4 | |||
| 1 | 2014-11-18 Ivan Andrus <darthandrus@gmail.com> | 5 | 2014-11-18 Ivan Andrus <darthandrus@gmail.com> |
| 2 | 6 | ||
| 3 | * .gitignore: Add some nextstep/mac ignorables. | 7 | * .gitignore: Add some nextstep/mac ignorables. |