Per branch ignore exclusions

Stephen J. Turnbull stephen at xemacs.org
Thu Sep 10 16:33:15 BST 2009


John Arbash Meinel writes:

 > find . -name '*.a' -o -name '*.o' | xargs bzr add
 > 
 > bzr add *.a */*.a */*/*.a *.o */*.o */*/*.o
 > 
 > I realize these aren't exactly what you are looking for, but they
 > generally work pretty well.

I agree, it's not friendly.  OTOH, you only need one *nix geek to do
this incantation once, and then it's in the repo for everybody else.

I think zsh has a optional feature for recursive globbing, since we're
on the subject.




More information about the bazaar mailing list