changeset 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 5938003821ac
children fb73a2046d3e
files .hgignore
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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$