comma ,v in file name: correct ignore pattern ?

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
bmerkle
Full Member
Posts: 32
Joined: Thu Oct 13, 2005 2:11 am

comma ,v in file name: correct ignore pattern ?

Post by bmerkle »

I tried to setup a ingore pattern for CVS version files on the server which end with ,v (",v")
however the following pattern seem not to match it.

Code: Select all

#*, #*.*, *_v, *.*/,v
I read in the docu that / should be used to mask out , but unfortunately *.*/,v does not work

thanks,
Bernhard.
User avatar
psguru
Site Admin
Posts: 2409
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: comma ,v in file name: correct ignore pattern ?

Post by psguru »

It's actually '\', and it should replace comma. So if you want to exclude ",v" use "/v". If you do it through the "Edit Filter" command (click on the arrow next to the filter drop-down), you can use commas, and the UI will convert them into slashes.
psguru
PrestoSoft
bmerkle
Full Member
Posts: 32
Joined: Thu Oct 13, 2005 2:11 am

Re: comma ,v in file name: correct ignore pattern ?

Post by bmerkle »

great ! I did not see the edit dialog until now. Really usefull.

thanks for your help.
Post Reply