summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cloc-exclude.txt2
-rw-r--r--stats.cmd1
2 files changed, 3 insertions, 0 deletions
diff --git a/cloc-exclude.txt b/cloc-exclude.txt
new file mode 100644
index 000000000..f71f0007d
--- /dev/null
+++ b/cloc-exclude.txt
@@ -0,0 +1,2 @@
+source/Bindings.cpp
+source/Bindings.h \ No newline at end of file
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