[win32] bzr ignore patterns with path separators?
Maritza Mendez
martitzam at gmail.com
Wed Jul 8 04:50:43 BST 2009
On Tue, Jul 7, 2009 at 7:06 PM, John Arbash Meinel
<john at arbash-meinel.com>wrote:
>
>
> I don't know how that was working for you before, the correct notation
> to ignore an exact path at the root is:
>
> ./Debug
>
> If you did:
>
> Debug
>
> Then it would ignore all paths named "Debug".
Thanks, John. As I was just saying to Martin, we have three different sets
of pattern matching rules we have to use. I spend a lot of time in this old
legacy code written by a lunatic. It almost predates regexp and is just
close enough to be confusing. Thanks for putting me back on the path. I
was actualyl doing ok with .\Debug but got into trouble when I needed to
"unanchor" from the root and instead catch all paths with Debug.
Only my pride is hurt. I'm better now. Thanks. :)
~M
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090707/9b1f797c/attachment.htm
More information about the bazaar
mailing list