From: Ivan Andrus Date: Sat, 15 Nov 2014 06:41:09 +0000 (-0700) Subject: * .gitignore: Add some nextstep/mac ignorables. X-Git-Tag: emacs-24.4.90~199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe1b545d773b18a053bd7878d36296e28b52cfe6;p=emacs.git * .gitignore: Add some nextstep/mac ignorables. --- 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 diff --git a/ChangeLog b/ChangeLog index 8cc6635f886..cb02ee681de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-11-18 Ivan Andrus + + * .gitignore: Add some nextstep/mac ignorables. + 2014-11-18 Paul Eggert .gitignore cleanup.