Skip to content

Commit 4e38c25

Browse files
committed
mktor: extend ignore list
1 parent 4e11da9 commit 4e38c25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pyrocore/util/metafile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ class Metafile(object):
401401
IGNORE_GLOB = [
402402
"core", "CVS", ".*", "*~", "*.swp", "*.tmp", "*.bak",
403403
"[Tt]humbs.db", "[Dd]esktop.ini", "ehthumbs_vista.db",
404+
"*.json", "-thumb.*",
404405
]
405406

406407
# Default min / max piece sizes

0 commit comments

Comments
 (0)