Occasionally I have to do an "svn update" on projects that weren't previously in my task context. As a result, every file touched in the update goes into my context. I can understand that, but I've attempted to add exclusions so that certain paths won't be automatically added.
For instance, all of my projects have a "gen" directory which I want to completely ignore, with respect to my task context. I tried adding "gen/*" to the "Resource Monitoring Exclusions" list, but this appeared to have no effect. Files in the "gen" tree still got added to the context when I updated a project. I also tried "*/gen/*", but that didn't work either (and isn't exactly what I wanted to specify).