Mercurial > emacs
changeset 106809:5cb0f4fd512e
* .bzrignore: Ignore all .exe, instead of individual files.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 13 Jan 2010 00:55:23 +0100 |
parents | 390461140f6c |
children | 387093451b82 b727bf889482 |
files | .bzrignore ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/.bzrignore Tue Jan 12 22:59:05 2010 +0100 +++ b/.bzrignore Wed Jan 13 00:55:23 2010 +0100 @@ -11,6 +11,7 @@ oo-spd autom4te.cache *.elc +*.exe DOC DOC-* makefile @@ -30,24 +31,17 @@ lib-src/b2m lib-src/ctags lib-src/digest-doc -lib-src/digest-doc.exe lib-src/ebrowse lib-src/emacsclient lib-src/etags lib-src/fakemail -lib-src/fakemail.exe lib-src/hexl lib-src/make-docfile -lib-src/make-docfile.exe lib-src/movemail lib-src/profile -lib-src/profile.exe lib-src/sorted-doc -lib-src/sorted-doc.exe lib-src/test-distrib -lib-src/test-distrib.exe lib-src/update-game-score -lib-src/update-game-score.exe lisp/**/*-loaddefs.el lisp/**/loaddefs.el lisp/cus-load.el @@ -61,11 +55,9 @@ src/_gdbinit src/gdb.ini src/bootstrap-emacs -src/b-emacs.exe src/emacs src/emacs-* src/prefix-args* src/stamp-oldxmenu src/temacs -src/temacs.exe src/deps
--- a/ChangeLog Tue Jan 12 22:59:05 2010 +0100 +++ b/ChangeLog Wed Jan 13 00:55:23 2010 +0100 @@ -1,3 +1,7 @@ +2010-01-12 Juanma Barranquero <lekktu@gmail.com> + + * .bzrignore: Ignore all .exe, instead of individual files. + 2010-01-12 Chong Yidong <cyd@stupidchicken.com> * configure.in: Explicitly check for and link to -lXrender.