From 29db8d92b2edb4c9c42fbed5c122ff1dd28f7912 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 4 Jun 2013 20:09:38 +0000 Subject: Added script to generate cloc statistics git-svn-id: http://mc-server.googlecode.com/svn/trunk@1556 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- stats.cmd | 1 + 1 file changed, 1 insertion(+) create mode 100644 stats.cmd (limited to 'stats.cmd') diff --git a/stats.cmd b/stats.cmd new file mode 100644 index 000000000..e62125980 --- /dev/null +++ b/stats.cmd @@ -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 \ No newline at end of file -- cgit v1.2.3