August 9, 2010

Mercurial .hgignore File for .NET Projects

I’m currently using Mercurial, and find myself starting out with this as a base .hgignore file.

glob:bin/*
glob:TestResults/*
glob:obj/*
glob:*.suo
glob:*.user

1 comment:

  1. Nino Benevenuti has a pretty comprehensive one for .NET developers that I use as a starting point:

    http://nino.net/blog/post/2009/11/02/hgignore-file-for-Visual-Studio-development.aspx

    ReplyDelete