Open
Description
We have IgnoreDirs
but should also allow ignoring files. Either:
- Add
IgnoreFiles
config option. Messy when we need to wildcard match things, two implementations needed. - Combine the jobs of directory and file ignore,
IgnorePaths
,IgnoreDocs
... do nice regex matching. Could be more work in code but provides a cleaner 'API'.