[darcs-users] Flagging non-boring file as boring

Alan Bram alan.bram at oracle.com
Thu Jun 7 20:42:10 UTC 2007


> 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



More information about the darcs-users mailing list