From 7f5d5a861bb3ee487a0d75ad22ee1d440ab9aa69 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 21 Dec 2013 09:58:04 +0000 Subject: Updated the stats.cmd file. --- stats.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stats.cmd') diff --git a/stats.cmd b/stats.cmd index ad49b15aa..967298aab 100644 --- a/stats.cmd +++ b/stats.cmd @@ -1 +1 @@ -cloc --by-file-by-lang --exclude-dir=source/SQLite,source/LuaExpat,doxy,tolua..-1.0.93,jsoncpp.*,lua-5.1.4,squirrel_3.* --exclude-list-file=cloc-exclude.txt --xml --xsl=1 --report-file=cloc.xml --ignored=cloc-ignored.txt . \ No newline at end of file +cloc --by-file-by-lang --exclude-dir=lib --exclude-list-file=cloc-exclude.txt --xml --xsl=1 --report-file=cloc.xml --ignored=cloc-ignored.txt . -- cgit v1.2.3 From 809b4d7aad12c8fa2c5b117683e9288478bbe38d Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 21 Dec 2013 11:04:21 +0000 Subject: Marked stats.cmd as executable so it can be run on linux --- stats.cmd | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 stats.cmd (limited to 'stats.cmd') diff --git a/stats.cmd b/stats.cmd old mode 100644 new mode 100755 -- cgit v1.2.3