Added more common MS Office file extensions

This commit is contained in:
Mikael Schirén 2023-09-29 09:44:04 +02:00 committed by GitHub
parent 83fff6c951
commit da6e75d00a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -67,12 +67,21 @@ IGNORED_EXTENSIONS = [
"webm",
# office suites
"xls",
"xlsm",
"xlsx",
"xltm",
"xltx",
"potm",
"potx",
"ppt",
"pptm",
"pptx",
"pps",
"doc",
"docb",
"docm",
"docx",
"dotm",
"dotx",
"odt",
"ods",