We use Visual Studio, which generates lots of bin
and obj
directories. When I use P4V's "Reconcile Offline Work" feature, these appear in the "Local files not in depot" list.
I'd like to exclude them. I found this question, but that talks about files, and when I try what it suggests (adding the following to my workspace view), it doesn't work:
//depot/Foo/... //Client/Foo/...
-//depot/Foo/.../*.user //Client/Foo/.../*.user
-//depot/Foo/.../bin/... //Client/Foo/.../bin/...
-//depot/Foo/.../obj/... //Client/Foo/.../obj/...
It doesn't actually seem to work for files, either: the foo.csproj.user files are still displayed in the list.
Can I exclude directories from P4V? If so, how? What am I doing wrong?