diff options
author | Ivan Andrus <darthandrus@gmail.com> | 2014-11-14 23:41:09 -0700 |
---|---|---|
committer | Ivan Andrus <darthandrus@gmail.com> | 2014-11-18 00:21:37 -0700 |
commit | fe1b545d773b18a053bd7878d36296e28b52cfe6 (patch) | |
tree | 7fee572d45ebc8931af8ada3bd2aef78bc83e649 /.gitignore | |
parent | 342bc0e04b68d9c52503816bedaf67c9e77be8d2 (diff) | |
download | emacs-fe1b545d773b18a053bd7878d36296e28b52cfe6.tar.gz |
* .gitignore: Add some nextstep/mac ignorables.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd48c284ed2..ededdee562e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ makefile /config.status src/config.h src/epaths.h +Info.plist +InfoPlist.strings # C-level sources built by 'make'. lib/alloca.h @@ -32,6 +34,7 @@ lib/inttypes.h lib/libgnu.a lib/signal.h lib/stdalign.h +lib/stdint.h lib/stdio.h lib/stdlib.h lib/string.h @@ -101,6 +104,7 @@ src/stamp-h1 oo/ oo-spd/ src/*.map +*.dSYM/ # Executables. lib-src/blessmail @@ -118,6 +122,7 @@ src/bootstrap-emacs src/emacs src/emacs-[0-9]* src/temacs +nextstep/Emacs.app/ # Character-set info. admin/charsets/*.el |