Page 1 of 1

trouble excluding .git directory

Posted: Mon Mar 30, 2015 5:10 pm
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??

Re: trouble excluding .git directory

Posted: Mon Mar 30, 2015 5:41 pm
by psguru
You can use the following filter:

Code: Select all

:*\.git\*
or simply use the "Exclude Source Control" filter in the drop-down.

Re: trouble excluding .git directory

Posted: Tue Mar 31, 2015 9:28 am
by Gorlash
Okay, thanks... I didn't think about the wildcards...