sorry for my poor english. I have some problem by using Perforce.
Im using P4V, but dont know Perforce Server version.
There are often some files in our project that doesnt need to be version-controlled.And I found a way to exclude folders or files from Perforce by editing the Workspace View.
Use "-//depot/... //Perforce/..." or "-//depot/.dll //Perforce/.dll" I could exclude all files or folders in a path.Then the Folder Diff will mark them with "Excluded Folder".The world is clean.
BUT!! there are lot of projects, and each of them has same folder that we doesnt need like "bin" "obj", and with WebStorm there are ".idea"s, and with ReSharper there are a lot of folders starts with "_ReSharper", very disgusting.
With the articles this and this , The wildcards(...*) seems to putted in the middle of path, like "//Perforce/.../bin/...", to let Folder Diff exclude every descendant folder names "bin".
but there is the problem. When I using Diff Against.. then the Folder Diff view shown up.All the files are not shown in tree view but in list view.The button "Show files in a tree hierarchy" up there is disabled.And the most important thing is that excluded folders /files in workspace view are lie down there.
when I delete the descendant folder path,It turns normal with tree view and marked "exclude folders"
I have no idea about that.Could anyone tell me what happend there?