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?

link|improve this question

54% accept rate
feedback

2 Answers

up vote 11 down vote accepted

Nevermind. This is what I'm looking for.

link|improve this answer
I can't get it working, can you show how you've done this? – Restuta Jan 18 '11 at 12:55
@Restuta, there's a (hidden) .hg folder in your repository root; create a file in there named 'hgignore' and then edit the hgrc file (in the same hidden .hg folder) as guided at the provided URL. – Erik Allik Jun 19 '11 at 19:28
feedback

Just make an .hgignore file and add .hgignore to the .hgignore file itself.

link|improve this answer
3  
Doesn't work if there is stuff you want everyone to ignore. – fakeleft Jun 15 '09 at 15:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.