Possible Duplicate:
Example Visual Studio .hgignore file
In SVN I could add folders and directories to the ingnore list. I would use this feature to ignore all the dll and object file created when building a project.
How do I accomplish the same thing with Kiln/ Tortoisehg
I looked into creating a .hgignore file but Windows 7 would not let me.
I looked into adding entires in the 'Auto Exclude List' in the Commit tab for my repository settings. I tried obj and Web\obj
Any ideas on what I am doing wrong or how to accomplish my goal?