mercurial setup for Visual Studio 2008 projects

Posted by Johannes on Stack Overflow See other posts from Stack Overflow or by Johannes
Published on 2008-08-29T17:17:40Z Indexed on 2010/03/31 18:23 UTC
Read the original article Hit count: 211

What is a good setup for .hgignore file when working with Visual Studio 2008?

I mostly develop on my own, only occasionly I clone the repository for somebody else to work on it.

I'm thinking about obj folders, .suo, .sln, .user files etc.. Can they just be included or are there file I shouldn't include?

Thanks!

p.s.: at the moment I do the following : ignore all .pdb files and all obj folders.

# regexp syntax.
syntax: glob
*.pdb

syntax: regexp
/obj/

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about versioning