changeset 778:4052cdf8d69f

maint: fix hgignore regexp pattern typos
author Mike Miller <mtmiller@ieee.org>
date Tue, 03 Sep 2013 07:50:42 -0400
parents a6e87fadf489
children 92b6657505bb
files .hgignore
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -3,13 +3,13 @@
 # to mean "at any directory" while the ^ idiom means "from the
 # project's top-level directory".
 
-(^|/)*\.dvi$
-(^|/)*\.pdf$
-(^|/)*\.o$
-(^|/)*\.oct$
-(^|/)*\.octlink$
+(^|/).*\.dvi$
+(^|/).*\.pdf$
+(^|/).*\.o$
+(^|/).*\.oct$
+(^|/).*\.octlink$
 (^|/)octave-core$
-(^|/)*.tar.gz$
+(^|/).*\.tar\.gz$
 
 (^|/)aclocal\.m4$
 (^|/)configure$
@@ -27,4 +27,4 @@
 (^|/)semantic.cache$
 
 # Other text editors often create these
-(^|/)~*
+(^|/)~.*