1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* .gitignore: Add /emacs-[1-9]*/, and sort better.

This commit is contained in:
Paul Eggert 2014-11-19 10:30:30 -08:00
parent fe1b545d77
commit f773d35aa2
2 changed files with 11 additions and 4 deletions

11
.gitignore vendored
View File

@ -11,14 +11,14 @@ lib/Makefile.in
src/config.in src/config.in
# Built by 'configure'. # Built by 'configure'.
Info.plist
InfoPlist.strings
Makefile Makefile
makefile makefile
/*.cache /*.cache
/config.status /config.status
src/config.h src/config.h
src/epaths.h src/epaths.h
Info.plist
InfoPlist.strings
# C-level sources built by 'make'. # C-level sources built by 'make'.
lib/alloca.h lib/alloca.h
@ -99,12 +99,12 @@ src/stamp-h1
# Object files and debugging. # Object files and debugging.
*.a *.a
*.dSYM/
*.elc *.elc
*.o *.o
oo/ oo/
oo-spd/ oo-spd/
src/*.map src/*.map
*.dSYM/
# Executables. # Executables.
lib-src/blessmail lib-src/blessmail
@ -118,11 +118,11 @@ lib-src/movemail
lib-src/profile lib-src/profile
lib-src/test-distrib lib-src/test-distrib
lib-src/update-game-score lib-src/update-game-score
nextstep/Emacs.app/
src/bootstrap-emacs src/bootstrap-emacs
src/emacs src/emacs
src/emacs-[0-9]* src/emacs-[0-9]*
src/temacs src/temacs
nextstep/Emacs.app/
# Character-set info. # Character-set info.
admin/charsets/*.el admin/charsets/*.el
@ -176,3 +176,6 @@ info/dir
# Git output. # Git output.
[0-9]*.patch [0-9]*.patch
# Distribution directories.
/emacs-[1-9]*/

View File

@ -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> 2014-11-18 Ivan Andrus <darthandrus@gmail.com>
* .gitignore: Add some nextstep/mac ignorables. * .gitignore: Add some nextstep/mac ignorables.