It should be a trivial task but neither reading through the docs and man page nor googling brought up a solution to what I'm trying to achieve:
cloc
is scanning our source tree and we want it to ignore all *.html and *.css files.
Is there some way to give cloc
a list of file extensions to ignore..?