1
0
Fork 0

Added script to generate cloc statistics

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1556 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2013-06-04 20:09:38 +00:00
parent 3ee5236284
commit 29db8d92b2
2 changed files with 3 additions and 0 deletions

2
cloc-exclude.txt Normal file
View File

@ -0,0 +1,2 @@
source/Bindings.cpp
source/Bindings.h

1
stats.cmd Normal file
View File

@ -0,0 +1 @@
cloc --by-file-by-lang --exclude-dir=source/SQLite,source/LuaExpat --exclude-list-file=cloc-exclude.txt --xml --xsl=1 --report-file=cloc.xml --ignored=cloc-ignored.txt source