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?