I would like to configure Tortoise's global ignore patterns to hide the folder "scripts/shavrir/database" and everything under it, including subfolders. For this, I added to the global ignore patterns this pattern:
"scripts/shavrir/database/*.*"
This has no effect, neither of files directly in said folder or in its sub-folders.
I don't want to use .svnignore file because I'd like to get the effect on all branches. What am I doing wrong?