I have the following ignore in my Tortoise settings:
*.pdb *.suo *.user *.cache */_ReSharper */bin */obj *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store
But bin and obj folders as well as reSharper still get submitted.
Second, is there a way in Windows if using Tortoise and Visual SVN Server to specify this globally on the server or something so that not every individual developer needs to manually specify these settings? I don't want to rely on our developers having to do this themselves and want to control this globally for obvious maintenance and standards reasons.