Merge pull request #1835 from djunzu/add_pps_to_IGNORED_EXTENSIONS

[MRG+1] Add pps extension to IGNORED_EXTENSIONS
This commit is contained in:
Mikhail Korobov 2016-03-02 16:15:51 +05:00
commit 6b2871dadd
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ IGNORED_EXTENSIONS = [
'm4a',
# office suites
'xls', 'xlsx', 'ppt', 'pptx', 'doc', 'docx', 'odt', 'ods', 'odg', 'odp',
'xls', 'xlsx', 'ppt', 'pptx', 'pps', 'doc', 'docx', 'odt', 'ods', 'odg',
'odp',
# other
'css', 'pdf', 'exe', 'bin', 'rss', 'zip', 'rar',