Skip to content

Commit

Permalink
Add more file extensions to ignore #238
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Jul 30, 2021
1 parent abcc9f7 commit a2c3afc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scanpipe/pipes/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ def tag_uninteresting_windows_codebase_resources(project):
".NLS",
".dat",
".pem",
".xrm-ms",
".sql",
".mof",
".mfl",
".manifest",
".inf",
".cat",
".efi",
)

lookups = Q()
Expand Down

0 comments on commit a2c3afc

Please sign in to comment.