ignore problem
David Muir
davidkmuir at gmail.com
Thu Apr 7 04:03:30 UTC 2011
On 07/04/11 12:39, Andrew Bennetts wrote:
> Steve Franks wrote:
>> I've recently (last month or so) started seeing "bzr add" failing to
>> place files under source control. The latest candidates are
>> TsipCallbacks.cpp, and TsipCallbacks.hpp. My .bazaar/ignore file is
> I think these are probably the lines involved:
>
>> *back*
>> *bak*
>> *Bak*
>> *Back*
> In general, try “bzr ignored” to see what is being ignored, and which
> rule is causing it.
>
> -Andrew.
>
>
You could also reduce the complete set:
> bak*
> back*
> BACK*
> *back*
> *bak*
> *Bak*
> *Back*
to a single regex:
RE:(?i).*(back|bak).*
Cheers,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20110407/a50e9996/attachment.html>
More information about the bazaar
mailing list