diff options
| author | Ivan Andrus | 2014-11-14 23:41:09 -0700 |
|---|---|---|
| committer | Ivan Andrus | 2014-11-18 00:21:37 -0700 |
| commit | fe1b545d773b18a053bd7878d36296e28b52cfe6 (patch) | |
| tree | 7fee572d45ebc8931af8ada3bd2aef78bc83e649 | |
| parent | 342bc0e04b68d9c52503816bedaf67c9e77be8d2 (diff) | |
| download | emacs-fe1b545d773b18a053bd7878d36296e28b52cfe6.tar.gz emacs-fe1b545d773b18a053bd7878d36296e28b52cfe6.zip | |
* .gitignore: Add some nextstep/mac ignorables.
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd48c284ed2..ededdee562e 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -17,6 +17,8 @@ makefile | |||
| 17 | /config.status | 17 | /config.status |
| 18 | src/config.h | 18 | src/config.h |
| 19 | src/epaths.h | 19 | src/epaths.h |
| 20 | Info.plist | ||
| 21 | InfoPlist.strings | ||
| 20 | 22 | ||
| 21 | # C-level sources built by 'make'. | 23 | # C-level sources built by 'make'. |
| 22 | lib/alloca.h | 24 | lib/alloca.h |
| @@ -32,6 +34,7 @@ lib/inttypes.h | |||
| 32 | lib/libgnu.a | 34 | lib/libgnu.a |
| 33 | lib/signal.h | 35 | lib/signal.h |
| 34 | lib/stdalign.h | 36 | lib/stdalign.h |
| 37 | lib/stdint.h | ||
| 35 | lib/stdio.h | 38 | lib/stdio.h |
| 36 | lib/stdlib.h | 39 | lib/stdlib.h |
| 37 | lib/string.h | 40 | lib/string.h |
| @@ -101,6 +104,7 @@ src/stamp-h1 | |||
| 101 | oo/ | 104 | oo/ |
| 102 | oo-spd/ | 105 | oo-spd/ |
| 103 | src/*.map | 106 | src/*.map |
| 107 | *.dSYM/ | ||
| 104 | 108 | ||
| 105 | # Executables. | 109 | # Executables. |
| 106 | lib-src/blessmail | 110 | lib-src/blessmail |
| @@ -118,6 +122,7 @@ src/bootstrap-emacs | |||
| 118 | src/emacs | 122 | src/emacs |
| 119 | src/emacs-[0-9]* | 123 | src/emacs-[0-9]* |
| 120 | src/temacs | 124 | src/temacs |
| 125 | nextstep/Emacs.app/ | ||
| 121 | 126 | ||
| 122 | # Character-set info. | 127 | # Character-set info. |
| 123 | admin/charsets/*.el | 128 | admin/charsets/*.el |
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-11-18 Ivan Andrus <darthandrus@gmail.com> | ||
| 2 | |||
| 3 | * .gitignore: Add some nextstep/mac ignorables. | ||
| 4 | |||
| 1 | 2014-11-18 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-11-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | .gitignore cleanup. | 7 | .gitignore cleanup. |