Skip to content

Commit e8ededb

Browse files
committed
mktor: fix new ignore list pattern
1 parent 4e38c25 commit e8ededb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyrocore/util/metafile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +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.*",
404+
"*.json", "*-thumb.*",
405405
]
406406

407407
# Default min / max piece sizes

0 commit comments

Comments
 (0)