]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitignore: Add /emacs-[1-9]*/, and sort better.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Nov 2014 18:30:30 +0000 (10:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Nov 2014 18:32:08 +0000 (10:32 -0800)
.gitignore
ChangeLog

index ededdee562ea0b4bf53a34d4f05625036a2e64ea..cd60123e1c52821b5e8e662d29de98014ca23d7e 100644 (file)
@@ -11,14 +11,14 @@ lib/Makefile.in
 src/config.in
 
 # Built by 'configure'.
+Info.plist
+InfoPlist.strings
 Makefile
 makefile
 /*.cache
 /config.status
 src/config.h
 src/epaths.h
-Info.plist
-InfoPlist.strings
 
 # C-level sources built by 'make'.
 lib/alloca.h
@@ -99,12 +99,12 @@ src/stamp-h1
 
 # Object files and debugging.
 *.a
+*.dSYM/
 *.elc
 *.o
 oo/
 oo-spd/
 src/*.map
-*.dSYM/
 
 # Executables.
 lib-src/blessmail
@@ -118,11 +118,11 @@ lib-src/movemail
 lib-src/profile
 lib-src/test-distrib
 lib-src/update-game-score
+nextstep/Emacs.app/
 src/bootstrap-emacs
 src/emacs
 src/emacs-[0-9]*
 src/temacs
-nextstep/Emacs.app/
 
 # Character-set info.
 admin/charsets/*.el
@@ -176,3 +176,6 @@ info/dir
 
 # Git output.
 [0-9]*.patch
+
+# Distribution directories.
+/emacs-[1-9]*/
index cb02ee681debf5115116d3db563d0cff8c53a178..ebc14977f7f020476a680b2e775c0055cb7360e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * .gitignore: Add /emacs-[1-9]*/, and sort better.
+
 2014-11-18  Ivan Andrus  <darthandrus@gmail.com>
 
        * .gitignore: Add some nextstep/mac ignorables.