default ignores don't ignore '.swp'

Matthieu Moy Matthieu.Moy at imag.fr
Mon Jan 9 14:42:16 GMT 2006


Aaron Bentley <aaron.bentley at utoronto.ca> writes:

> It's very easy to override the defaults, and after you've done it once,
> you can just copy the file from another project.  I agree that having
> configurable templates, or even per-user defaults would be nice.

Something usefull could be something like

$ bzr ignore --template latex
ignore *.dvi
ignore *.ps
ignore *.toc
...
$ bzr ignore --template C
ignore *.o

With probably a tree-wide and a per-directory variant.

Per-user default are not necessarily sufficient, because, typically,
you want to ignore Makefile in a non-autotools project, but version
them in a autotoolized one (same for Makefile.in depending on whether
the project uses automake).

-- 
Matthieu




More information about the bazaar mailing list