comma ,v in file name: correct ignore pattern ?
Posted: Wed Jul 16, 2008 3:53 am
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.
I read in the docu that / should be used to mask out , but unfortunately *.*/,v does not work
thanks,
Bernhard.
however the following pattern seem not to match it.
Code: Select all
#*, #*.*, *_v, *.*/,v
thanks,
Bernhard.