summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-16 23:17:26 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-16 23:17:26 +0200
commitc48b5c52aefc528196032d4efbbf7babd1a72211 (patch)
tree18e3cb1d1fc7b44f55a7d474f918939e87b54240
parentRewritten furnaces (diff)
downloadcuberite-c48b5c52aefc528196032d4efbbf7babd1a72211.tar
cuberite-c48b5c52aefc528196032d4efbbf7babd1a72211.tar.gz
cuberite-c48b5c52aefc528196032d4efbbf7babd1a72211.tar.bz2
cuberite-c48b5c52aefc528196032d4efbbf7babd1a72211.tar.lz
cuberite-c48b5c52aefc528196032d4efbbf7babd1a72211.tar.xz
cuberite-c48b5c52aefc528196032d4efbbf7babd1a72211.tar.zst
cuberite-c48b5c52aefc528196032d4efbbf7babd1a72211.zip
-rw-r--r--cloc-exclude.txt27
-rw-r--r--stats.cmd2
2 files changed, 27 insertions, 2 deletions
diff --git a/cloc-exclude.txt b/cloc-exclude.txt
index f71f0007d..20460169c 100644
--- a/cloc-exclude.txt
+++ b/cloc-exclude.txt
@@ -1,2 +1,27 @@
+CryptoPP
+expat
+jsoncpp-src-0.5.0
+lua-5.1.4
+MemDumpAnalysis/expat
+source/LuaExpat
+source/SQLite
+squirrel_3_0_1_stable
+VC2008/CryptoPP.vcproj
+zlib-1.2.5
+zlib-1.2.7
source/Bindings.cpp
-source/Bindings.h \ No newline at end of file
+source/Bindings.h
+source/LeakFinder.cpp
+source/LeakFinder.h
+source/StackWalker.cpp
+source/StackWalker.h
+BiomeVisualiser/BiomeVisualiser.vcproj
+MemDumpAnalysis/MemDumpAnalysis.vcproj
+ProtoProxy/ProtoProxy.vcproj
+Tests/NoiseTest/NoiseTest.vcproj
+Tools/BlockZapper/BlockZapper.vcproj
+Tools/ToLuaDoxy/ToLuaDoxy.vcproj
+VC2008
+Install
+log.xml
+build \ No newline at end of file
diff --git a/stats.cmd b/stats.cmd
index e62125980..ad49b15aa 100644
--- a/stats.cmd
+++ b/stats.cmd
@@ -1 +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
+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