I was trying to exclude file and directory for scanning with fisheye, I wanted all files and directories under //ABC/Dir1 to be excluded. Hence I add in the following pattern in the exclude path:
//ABC/Dir1/**
However, this does not seem to be working as update from //ABC/Dir1/Sub_Dir1 still being shown in fisheye, what could be wrong?
Can you try this exlcude pattern:
/ABC/Dir1*
For more information, you may also refer the following documentation : https://confluence.atlassian.com/display/FISHEYE/Include+Exclude+paths
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.