trouble excluding .git directory

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
Gorlash
Junior Member
Posts: 14
Joined: Mon Mar 30, 2015 5:05 pm

trouble excluding .git directory

Post by Gorlash »

I have Examdiff Pro V7.0.1.12; I am trying to get it to ignore the .git directory when doing a directory compare.
I added both .git and ./.git in Directory Compare Options :: Filters - Exclude,
and I enabled Use Comparison Filters... however that directory is still showing up in the compares.
How do I make this work??
User avatar
psguru
Site Admin
Posts: 2231
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: trouble excluding .git directory

Post by psguru »

You can use the following filter:

Code: Select all

:*\.git\*
or simply use the "Exclude Source Control" filter in the drop-down.
psguru
PrestoSoft
Gorlash
Junior Member
Posts: 14
Joined: Mon Mar 30, 2015 5:05 pm

Re: trouble excluding .git directory

Post by Gorlash »

Okay, thanks... I didn't think about the wildcards...
Post Reply