I use files beginning with a comma as junk test files. My intention with that was to consider all files starting with comma as boring. I don't see how this would affect index.html
Ken -----Original Message----- From: Alan Bram [mailto:[EMAIL PROTECTED] Sent: Thursday, June 07, 2007 2:42 PM To: Goldstein, Ken Cc: [email protected]; Macherla, Sunitha Subject: Re: [darcs-users] Flagging non-boring file as boring > I'm trying to add the file index.html to my project and darcs skips it > as a boring file. I have an index.jsp elsewhere in the project that it > does not flag as boring. I don't see anything in the boring files with > a matching regular expression. Running version 1.0.8 on Windows. > Your assistance is appreciated. > > My boring file has the following entries: > ---------------------------------------- > \.war$ > ,* > (^|/)tmp($|/) Shouldn't it be ",.*" instead of ",*" in your boring file? ",*" matches anything. Cheers, - arb _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
