tools: exclude some js files from LOC count

This commit is contained in:
Simon Michael 2016-02-19 22:05:41 -08:00
parent 0a7fb17635
commit 8677d01024

View File

@ -1281,7 +1281,9 @@ tagrelease: \
cloc: \
$(call def-help,cloc, count lines of source code )
@echo Lines of code including tests:
@cloc --exclude-lang=HTML --exclude-dir=.stack-work,.idea,dist,old,bin,doc,site,.tutorial-data .
@cloc --exclude-lang=HTML --exclude-dir=.stack-work,.idea,dist,old,bin,doc,site,.tutorial-data,static,angular .
@echo
# `ls $(SOURCEFILES)`