vote up 4 vote down star
3

What SVN Ignore Pattern should TortoiseSVN have for a VB.NET solution?

flag

64% accept rate

2 Answers

vote up 12 vote down check

this is what I use for C# w/resharper, should work just the same with vb.net:

build deploy */bin  */bin/* obj *.dll *.pdb *.user *.suo _ReSharper*  *.resharper* bin
link|flag
If you're using hg (mercurial) then don't forget to add a "syntax: glob" on the top of all in the .hgignore file. – Spoike Dec 8 '08 at 11:52
vote up 3 vote down

I always add Thumbs.db in as well, because I hate having those files versioned. Probably more of an issue for web developers

link|flag
good call. that would be annoying. – Brandon Montgomery Dec 12 at 15:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.