Commit cfa761f
committed
fix(skip_list): extend default skip list with file types generating noise due to the presence of compressed streams.
The following magic are now skipped by default:
- Macromedia Flash data (swf files holding zlib streams)
- MPEG (audio/video files holding compressed streams)
- Printer Job Language (HP pjl files with compressed content)
- Erlang BEAM file
- Microsoft OOXML (open document format, can contain compressed streams)
- PE32 (extended the rule to cover any kind of PE file)
- python (specifically byte-compiled python files like .pyo and .pyc as
they can contain compressed streams)
- Composite Document File V2 Document (Thumbs.db files)
- Windows Embedded CE binary image (will be removed when we have a
dedicated handler)1 parent ef4c909 commit cfa761f
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
| |||
0 commit comments