Ignoring resources via cxs.ignore
Posted: 25 May 2015, 16:23
Hi there,
I don't want to clog up support too much, so will try here first, hopefully someone can give me some advice and/or confirm whether I'm doing it right.
I've created a cxs.ignore file and started cxs with the --ignore option, so far so good.
Now what I would like to do is ignore some regex matches that are being detected via --options [m], in particular too many false positives with Regular expression match = [symlink\s*\(]
So I would like to ignore these completely. I've tried:
match:[symlink\s*\(]
match:symlink\s*\(
But I'm unable to get this one ignored. How should I put that one in via the cxs.ignore file?
Thank you in advance!
Niels
I don't want to clog up support too much, so will try here first, hopefully someone can give me some advice and/or confirm whether I'm doing it right.
I've created a cxs.ignore file and started cxs with the --ignore option, so far so good.
Now what I would like to do is ignore some regex matches that are being detected via --options [m], in particular too many false positives with Regular expression match = [symlink\s*\(]
So I would like to ignore these completely. I've tried:
match:[symlink\s*\(]
match:symlink\s*\(
But I'm unable to get this one ignored. How should I put that one in via the cxs.ignore file?
Thank you in advance!
Niels