4
Ignore patterns need to be flexible but simple.
6
Based on the system from rsync, which is in turn based on that of
9
First build a list by concatenating:
11
* per-user configuration
12
* per-tree configuration
13
* command line options
15
Just one ``.bzrignore`` at tree root?
17
File can contain '+ ' and '- ' prefixes to include and exclude things,
18
also '#' for comments.
20
Should have a ``--ignore`` command line option that specifies ignore
21
patterns; by putting a ! in this you can turn off any other includes.