[BUG] .bzrignore dows not exclude subfolders at all

Jari Aalto jari.aalto at cante.net
Wed Sep 14 10:01:26 BST 2005


With this test setup

    .
    +--CVS/
    |   Entries
    +--.svn/
    |   Entries
     1.txt
     .bzrignore
    +--folder/
    |  +--CVS/
    |  |   Entries
    |  +--.svn/
    |  |   Entries
    |   1.txt
    |  +--imaages/
    |     +--1/
    |     +--2/
    |     +--3/
    |         image.png
       
I used:

    ==> .bzrignore <==
    folder/images/*
    
As well as second time with value

    folder/images

But the add command still added everything below (and including)
folder/image. 

    ...
    added folder
    added folder/1.txt
    added folder/imaages
    added folder/imaages/1
    added folder/imaages/2
    added folder/imaages/3
    added folder/imaages/3/image.png
    ...

Is there a way to say that a folder needs to be excluded recursively?
I'm using the official 0.0.7.

Jari







More information about the bazaar mailing list