excluding directories

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
relson
New Member
Posts: 1
Joined: Wed Aug 26, 2009 6:07 am

excluding directories

Post 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 ??
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: excluding directories

Post by psguru »

Use a path filter (note the colon):

Code: Select all

:*.svn*
psguru
PrestoSoft
Post Reply