How can I make the Ignore template in TortoiseSVN (v1.6.13) work correctly with Visual Studio (C #) files?

Using the user interface, I set my global ignore pattern to

*.suo *.user *.ReSharper.* *ReSharper* *.5.1.ReSharper.user bin Bin obj 
Obj Debug Release

but he does nothing.

All * .user and * .suo files are displayed with a blue question mark overlay. If I right-click the file and click TortoiseSVN | Add to ignore list | * .user, Yes, the files are ignored, but only for the folder in which I make changes.

I even tried editing the AppData \ Roaming \ Subversion \ config file (you can pull it by clicking the "Edit" button in the "Settings" window) with the following line (for clarity, the line is shown):

global-ignores = *.suo *.user *.ReSharper.* *ReSharper* *.5.1.ReSharper.user 
bin Bin obj Obj Debug Release

but I’m out of luck.

And yes, I rebooted several times.

- ? - , ?

+3
1

svn: , .

, , , , .

svn: ignore

+3

All Articles