ignore problem

Martin Pool mbp at canonical.com
Thu Apr 7 10:26:01 UTC 2011


On 7 April 2011 13:39, Andrew Bennetts <andrew.bennetts at canonical.com> 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.

That's such good advice it's worth showing an example:

bzrlib/xml7.pyc                                    *.py[oc]
bzrlib/xml8.pyc                                    *.py[oc]
bzrlib/xml_serializer.pyc                          *.py[oc]
doc/developers/Makefile                            ./doc/*/Makefile
doc/developers/_build                              ./doc/*/_build
doc/developers/make.bat                            ./doc/*/make.bat
doc/en/_build                                      ./doc/*/_build
doc/en/release-notes/index.txt
./doc/en/release-notes/index.txt
doc/en/user-reference/index.txt                    ./doc/en/user-reference/*.txt
....

Martin



More information about the bazaar mailing list