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 2aa8a50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scanpipe/pipes/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ def tag_uninteresting_windows_codebase_resources(project):
".NLS",
".dat",
".pem",
".xrm-ms",
".sql",
".mof",
".mfl",
".manifest",
".inf",
".cat",
)

lookups = Q()
Expand Down

0 comments on commit 2aa8a50

Please sign in to comment.