ignore patterns
Martin Pool
mbp at sourcefrog.net
Fri Mar 23 23:57:45 GMT 2007
On 3/24/07, Adam Mercer <ramercer at gmail.com> wrote:
> Hi
>
> I'm trying to configure bzr so that it ignores temporary build files
> associated with one of the projects I'm working on, temporary files
> are created in directories of the form
>
> packages/one/src/file.lo
> packages/two/src/file.lo
> etc...
>
> so looking at the help message associated with bzr ignore I added the
> following to my .bzrignore file
>
> 'packages/**/src/*.lo'
>
> but these files are not being ignored. What is the appropriate entry I
> need to put in .bzrignore for these files to be ignored?
It shouldn't be in quotes (or maybe those are only in your mail.)
The easiest way is probably just to add *.lo, unless you really want
to version them in other directories.
--
Martin
More information about the bazaar
mailing list