Introduce an "exclude" option.
Brought to you by:
dwheeler
In a directory/project, there might be source that you want to exclude from counting (e.g. 3rd party included sources that you don't want to include in your productivity count).
I'd like to have an option that can easily exclude subdirectories as in:
$ sloccount src --exclude=src/3rd_party
that would exclude the content of subdirectory '3rd_party' from the source count (or the sourcefile '3rd_party' ...).
Thanks.
Another vote for this one. Any workaround suggested to exclude 3rd party / assets directories in your project when running sloccount?