To ignore bin, obj and .suo files and user file from all projects. Just add them to the config file in:
C:\Users\[USERNAME]\AppData\Roaming\Subversion\config ( in windows )
Locate global-ignores part and add the following:
global-ignores = *.suo bin obj *.csproj.user