diff .hgignore @ 4342:4df309efe6fc

Drat. Hashmarks need to be escaped in .hgignore patterns.
author Stephen J. Turnbull <stephen@xemacs.org>
date Thu, 20 Dec 2007 02:58:07 -0800
parents 2834fcbd1a92
children 232d873b9705
line wrap: on
line diff
--- a/.hgignore	Thu Dec 20 02:34:02 2007 -0800
+++ b/.hgignore	Thu Dec 20 02:58:07 2007 -0800
@@ -6,8 +6,8 @@
 ~$
 \.orig$
 \.rej$
-(^|/)#[^/]*#$
-(^|/).#[^/]*$
+(^|/)\#[^/]*\#$
+(^|/)\.\#[^/]*$
 info/.*\.info(-[0-9]+)?$
 ^GNUmakefile$
 ^Installation$