boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.58k stars 261 forks source link

Question: Use wildcards with excludes? #393

Closed scottc-WellSky closed 1 year ago

scottc-WellSky commented 1 year ago

Is it possible to use wildcards for directories to exclude? I have a case where I need to exclude files in directories with a pattern like: xxxxx/Reports/Reports/rp_custom_xxxx/...files....

I tried to exclude "Reports/Reports", which didn't work so now I'm trying "rpcustom*" but I haven't got that to work yet either.

Any advise appreciated! ...and thanks for a great tool!!

scottc-WellSky commented 1 year ago

Ignore this. I see --not-match now