summaryrefslogtreecommitdiff
path: root/scripts/line_count.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/line_count.sh')
-rwxr-xr-xscripts/line_count.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/line_count.sh b/scripts/line_count.sh
index c2bed2c..215c7d0 100755
--- a/scripts/line_count.sh
+++ b/scripts/line_count.sh
@@ -2,6 +2,7 @@
export LC_ALL="C"
find ./src ./scripts ./env -type f \
-not -path "*__pycache__*" \
+ -not -path "./env/msvc-root/*" \
-not -path "./env/nixpkgs-patches/*" \
-not -path "./src/fruits/droid/*" \
-not -path "./src/portal/cpy/portal.c" \