commit: Make Mercurial ignore patch .rej files, Emacs autosaves, and Emacs lockfiles.

Stephen Turnbull unwelcome-guest at alioth.debian.org
Thu Dec 20 05:35:15 EST 2007


changeset:   4340:2834fcbd1a92d5007166f938e9d0959010f3c12f
parent:      4335:c32e4dca02960324bf912d7902d8d908d7b2b086
user:        Stephen J. Turnbull <stephen at xemacs.org>
date:        Thu Dec 20 02:30:06 2007 -0800
files:       .hgignore
description:
Make Mercurial ignore patch .rej files, Emacs autosaves, and Emacs lockfiles.


diff -r c32e4dca02960324bf912d7902d8d908d7b2b086 -r 2834fcbd1a92d5007166f938e9d0959010f3c12f .hgignore
--- a/.hgignore	Tue Dec 18 23:00:01 2007 +0100
+++ b/.hgignore	Thu Dec 20 02:30:06 2007 -0800
@@ -5,6 +5,9 @@
 \.elc$
 ~$
 \.orig$
+\.rej$
+(^|/)#[^/]*#$
+(^|/).#[^/]*$
 info/.*\.info(-[0-9]+)?$
 ^GNUmakefile$
 ^Installation$




More information about the XEmacs-Patches mailing list