Reputation: 765
what is the equivalent of the .hgignore mercurial file in bazaar
Upvotes: 4
Views: 3549
Reputation: 180
If you are on Windows the global ignore file is in %appdata%\Bazzar\2.0\ignore
Upvotes: 6
Reputation: 49386
.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.
Upvotes: 11