I could have sworn there was a way to keep a local ignore file in an hg repo, i.e. a file similar in function to .hgignore, but not checked into the repo. This could be used to ignore changes to an IDE project file if different IDEs are being used, for example. I'm having trouble finding how it's done. Does anyone recall the details?
A:
Just make an .hgignore file and add .hgignore to the .hgignore file itself.
John Weldon
2009-06-15 15:08:48
Doesn't work if there is stuff you want everyone to ignore.
fakeleft
2009-06-15 15:21:21