Page 1 of 1

excluding directories

Posted: Wed Aug 26, 2009 6:13 am
by relson
With ExamDiff Pro I during directory comparison I want to exclude all files in directories named .svn. I have the following filter:

Exclude: *\.svn\*,*.zip,*.d,*.o,*.lst,*.s07,*.r07,*.svn-base,*.obj,*.sbr

However, ExamDiff is showing files like .\Tools\.svn\entries which matches the first pattern.

How do I tell ExamDiff Pro to do what I want ??

Re: excluding directories

Posted: Wed Aug 26, 2009 12:42 pm
by psguru
Use a path filter (note the colon):

Code: Select all

:*.svn*