Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bazaar ignore file

Tags:

bazaar

what is the equivalent of the .hgignore mercurial file in bazaar

like image 417
sohaibafifi Avatar asked Dec 04 '22 14:12

sohaibafifi


1 Answers

.bzrignore (at the top of the repository tree), or ~/.bazaar/ignore (for global ignores). Much more information is easily found on the Bazaar site/tutorial - e.g. http://doc.bazaar-vcs.org/bzr-0.9/tutorial.html.

like image 79
Adam Wright Avatar answered Feb 24 '23 02:02

Adam Wright