SVN ignore statement for MS Visual Studio
As I start playing around with Visual Studio 2005, I would like to store my projects in SVN, but not the intermediate, generated files that VS2005 creates. To that end I set a global ignore in tortoisesvn:
*bin *obj RECYCLER Bin *.user *.suo *.dcu __history ModelSupport_* *.rsm thumbs.db
that prevents unnecessary files from being swept up in an Add operation.