commit/xetla: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in xetla: https://bitbucket.org/xemacs/xetla/commits/7faeba1707c7/ Changeset: 7faeba1707c7 User: Jerry James Date: 2014-05-13 21:55:00 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 #: 2 files diff -r be5592eaca6a65548d138ecd753f2e71b123793a -r 7faeba1707c78d41a7a1dcb8b8a506fc183964b3 .hgignore --- /dev/null +++ b/.hgignore @@ -0,0 +1,10 @@ +^#\..*#$ +^\.# +~$ +\.elc$ +^_pkg\.el$ +^auto-autoloads\.el$ +^custom-defines\.el$ +^custom-load\.el$ +^package-info$ +^pdepends\.mk$ diff -r be5592eaca6a65548d138ecd753f2e71b123793a -r 7faeba1707c78d41a7a1dcb8b8a506fc183964b3 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-05-13 Jerry James <[email protected]> + + * .hgignore: New file. + 2008-02-11 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.02 released. Repository URL: https://bitbucket.org/xemacs/xetla/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.