I know about .hgignore and how I can ignore files on a project-by-project basis. I want to ignore stuff for all Mercurial repositories.
.hgignore
Is there somethi
In powershell, you can get to your global files like this.
PS> notepad $env:userprofile/mercurial.ini ... [ui] ignore = %USERPROFILE%\.hgignore ... PS> notepad $env:userprofile/.hgignore /bin/ /obj/