diff options
Diffstat (limited to 'libmat2/office.py')
| -rw-r--r-- | libmat2/office.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/office.py b/libmat2/office.py index 62d3b05..21bff6e 100644 --- a/libmat2/office.py +++ b/libmat2/office.py | |||
| @@ -371,6 +371,7 @@ class LibreOfficeParser(ZipParser): | |||
| 371 | })) | 371 | })) |
| 372 | self.files_to_omit = set(map(re.compile, { # type: ignore | 372 | self.files_to_omit = set(map(re.compile, { # type: ignore |
| 373 | r'^meta\.xml$', | 373 | r'^meta\.xml$', |
| 374 | r'^layout-cache$', | ||
| 374 | r'^Configurations2/', | 375 | r'^Configurations2/', |
| 375 | r'^Thumbnails/', | 376 | r'^Thumbnails/', |
| 376 | })) | 377 | })) |
