My subversion ignore list for Visual Studio / Anhksvn
#
Disclaimer: I didn’t write/create these exclusions…I copied them off Stackoverflow.com Sadly, I didn’t bookmark the link and upon quick search, there were too many svn links for me to filter through.
UPDATE: Jim motivated me to actually spend the extra time to track down the actual links I used. Link1 and Link2
I use AhnkSVN as my visual studio source control plugin. I right click on the solution, select ‘subversion’, select ‘solution properties’. That brings up a box and you will want to click ‘add’. From there, select svn.Ignore and copy/paste the below:
Solution Level:
*.csproj.user Bin obj Obj Release debug Debug release
Note: I don’t use Reshaper, if you do, there are other exclusions you will want to add
In Tortoisesvn, my exclusion list is :
.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ ## .#* .*.swp .DS_Store *.csproj.user Bin obj Obj Release debug Debug release *.suo
When you go into your TortoiseSVN settings, on the ‘general’ tab, copy/paste that into the ’Global Ignore Pattern:’ box.