mirror of
https://github.com/meerk40t/meerk40t.git
synced 2025-02-27 20:30:12 +00:00
Extend ignore dirs
This commit is contained in:
parent
bb7dc5fcd4
commit
84d054133a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def read_source():
|
|||
linecount = 0
|
||||
filecount = 0
|
||||
# debugit = False
|
||||
ignoredirs = [".git", ".github", "venv"]
|
||||
ignoredirs = [".git", ".github", "venv", ".venv"]
|
||||
for root, dirs, files in os.walk(sourcedir):
|
||||
mayignore = False
|
||||
for s in ignoredirs:
|
||||
|
|
Loading…
Reference in a new issue