diff options
author | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-06-21 02:44:37 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-06-21 02:44:37 +0200 |
commit | 04684f0b25c924d6d88a0be7f7fb0d3368de406f (patch) | |
tree | 062f14b0a987275390dab58605f8ca2dea74361c | |
parent | 090b44edd8bf42e3d9574680dfa2e27cae8e595e (diff) | |
download | tabsvsspaces-04684f0b25c924d6d88a0be7f7fb0d3368de406f.tar.gz tabsvsspaces-04684f0b25c924d6d88a0be7f7fb0d3368de406f.tar.bz2 tabsvsspaces-04684f0b25c924d6d88a0be7f7fb0d3368de406f.zip |
-rw-r--r-- | tabsvsspaces/find_stats.py (renamed from lib/find_stats.py) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/find_stats.py b/tabsvsspaces/find_stats.py index effb5b7..d72385e 100644 --- a/lib/find_stats.py +++ b/tabsvsspaces/find_stats.py @@ -5,6 +5,10 @@ from .stats import Statistics IGNORED_FOLDERS = [ 'venv', + 'build', + 'dist', + 'generated', + 'generated-src', ] |