From 8677d01024eba9fde54ab105787695e2e78898aa Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 19 Feb 2016 22:05:41 -0800 Subject: [PATCH] tools: exclude some js files from LOC count --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1c8e5bde..3eaf93dd9 100644 --- a/Makefile +++ b/Makefile @@ -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)`