Added ignore for OS X Folder Icon

This commit is contained in:
dbr
2008-10-20 19:05:49 +10:30
parent eff6fb2e07
commit 5aacfc6059

View File

@@ -106,8 +106,9 @@ r_valid_path = [
# Regex to match valid, but not-to-be-processed files (dot-files, folder.jpg artwork) # Regex to match valid, but not-to-be-processed files (dot-files, folder.jpg artwork)
################################### ###################################
decrappify = [ decrappify = [
re.compile("^Icon.{1}$"),
re.compile("(?=^[.]{1}.*)"), re.compile("(?=^[.]{1}.*)"),
re.compile("folder.jpg"), re.compile("^folder.jpg$"),
] ]
################################### ###################################