diff --git a/libmat2/office.py b/libmat2/office.py index 5e4524d..7e8c60c 100644 --- a/libmat2/office.py +++ b/libmat2/office.py @@ -108,6 +108,7 @@ class MSOfficeParser(ZipParser): r'^ppt/slideMasters/_rels/slideMaster[0-9]+\.xml\.rels', })) self.files_to_omit = set(map(re.compile, { # type: ignore + r'^\[trash\]/', r'^customXml/', r'webSettings\.xml$', r'^docProps/custom\.xml$',