ignore patterns
Adam Mercer
ramercer at gmail.com
Fri Mar 23 22:50:41 GMT 2007
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?
Cheers
Adam
More information about the bazaar
mailing list