Please also check out (and refactor, steal, cross-link, or modify): http://wikis.sun.com/display/SunOnMac/MercurialTips
-- John On Feb 1, 2008, at 8:40 AM, Mark Reinhold wrote:
A better way to do this is to add the following to your ~/.hgrc:
[ui]
ignore = ~/.hgignore
Then you can add whatever patterns you want to ~/.hgignore in
order to suit your personal working style.
- Mark
