summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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 2ff0e9c..c2bed2c 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/nixpkgs-patches/*" \
-not -path "./src/fruits/droid/*" \
-not -path "./src/portal/cpy/portal.c" \
-not -path "./src/portal/cpy/portal.h" \