Updates to Nino’s .hgignore files for Visual Studio
Posted
by PSteele
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by PSteele
Published on Mon, 24 May 2010 13:56:33 GMT
Indexed on
2010/05/24
14:02 UTC
Read the original article
Hit count: 868
As I move more of my repositories from SVN to Mercurial, I’m constantly referring to Nino’s sample .hgignore file he provided for Visual Studio developers. I always start with his file but add a few more lines and thought I’d share them here. Start with Nino’s .hgignore file and add the following two lines at the bottom:
TestResults\*
glob:desktop.ini
Obviously, we don’t need to version our TestResults. And I don’t want to version the occasional desktop.ini that gets generated by XP when you tweak folder settings.
© ASP.net Weblogs or respective owner