Add .tar.xz to ignored other extensions

This commit is contained in:
akhter wahab 2019-10-09 16:05:39 +05:00
parent 877ef4269e
commit a25a2d5ee4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ IGNORED_EXTENSIONS = [
'odp',
# other
'css', 'pdf', 'exe', 'bin', 'rss', 'zip', 'rar', 'dmg', 'iso', 'apk'
'css', 'pdf', 'exe', 'bin', 'rss', 'zip', 'rar', 'dmg', 'iso', 'apk', 'tar.xz'
]