commit/gnus: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in gnus: https://bitbucket.org/xemacs/gnus/commits/66e71628d891/ Changeset: 66e71628d891 User: Jerry James Date: 2014-05-13 21:54:52 Summary: Migrate .cvsignore files to a single .hgignore file. In addition: - Restore CVS keyword expansions that were lost during the switch to Mercurial - Update texinfo sources for texinfo 5.x See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ@mail.gmail.com> in xemacs-patches and followups for details. Affected #: 5 files diff -r 7d50551fdfac9b9ffaea2ca6d40e8a95424b08cc -r 66e71628d891998febb8be6ffd3bae64f31b27f3 .hgignore --- /dev/null +++ b/.hgignore @@ -0,0 +1,15 @@ +^#\..*#$ +^\.# +~$ +\.elc$ +\.html$ +\.info(-\d+)?$ +^lisp/_pkg\.el$ +^lisp/auto-autoloads\.el$ +^lisp/custom-defines\.el$ +^lisp/custom-load\.el$ +^package-info$ +^pdepends\.mk$ +^texi/ps/.*\.ps$ +^texi/ps/.*\.pdf$ +^texi/ps/Makefile$ diff -r 7d50551fdfac9b9ffaea2ca6d40e8a95424b08cc -r 66e71628d891998febb8be6ffd3bae64f31b27f3 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * texi/.cvsignore: Remove. + * texi/ps/.cvsignore: Remove. + * .hgignore: New file. + 2012-06-26 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.95 released. diff -r 7d50551fdfac9b9ffaea2ca6d40e8a95424b08cc -r 66e71628d891998febb8be6ffd3bae64f31b27f3 texi/.cvsignore --- a/texi/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -emacs-mime*.html -gnus*.html -message*.html diff -r 7d50551fdfac9b9ffaea2ca6d40e8a95424b08cc -r 66e71628d891998febb8be6ffd3bae64f31b27f3 texi/ps/.cvsignore --- a/texi/ps/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -*.ps -*.pdf -Makefile Repository URL: https://bitbucket.org/xemacs/gnus/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.