I was annoyed with source files/directories(.svn, csv etc) that were coming through and decided today to search for solution.
Good people at win merge forum shared their regexp to exclude source files/direcotories
d: [^(\\(cvs|\.svn|_svn|\.bzr|\.hg)$)] ## Filter for all directories but Source Control