Martin - 2016-08-04

Hi,

is it possible to use -i or -suppressions-list to exclude a directory whose name is only partially known?
In practice: I want to exclude the directory /src/config.common-9999/ from the analysis; however, depending on our build system, the number 9999 could be any other number too. So I'm looking for something like "-iconfig.common, or in a suppression file ":config.common*".
None of the above have worked for me so far.

Thanks,
Martin