1545
1545
To remove patterns from the ignore list, edit the .bzrignore file.
1547
1548
If the pattern contains a slash, it is compared to the whole path
1548
1549
from the branch root. Otherwise, it is compared to only the last
1549
1550
component of the path. To match a file only in the root directory,
1552
1555
Ignore patterns are case-insensitive on case-insensitive systems.
1554
1557
Note: wildcards must be quoted from the shell on Unix.