Search This Blog

Wednesday, February 18, 2009

Tortoise/SVN ignore patterns for Windows development


I've used a variety of ignore patterns for doing C# Windows development in Visual Studio 2005/2008 and this one(from http://www.mokesit.com/Blogs/tabid/89/EntryID/18/Default.aspx) seems to work best, at least for now.

The pattern is:

*.cache bin obj *.suo *.obj *.pdb *.exe *.dll *.csproj.user

Note also that I use "_svn" directories rather than the default ".svn" just because it works so much better with the Microsoft OS.

No comments: