Skip to content

Add option to ignore files matching given pattern

Samuel Gaist requested to merge sgaist/licensedigger:add_filtering into master

Pattern is a standard regex pattern not a glob. This allows to construct complex patterns.

It can be useful to ignore 3rdparty folder content that shall not be modified.

Merge request reports