add more exceptions

This commit is contained in:
Thomas Stromberg 2024-10-24 11:31:28 -04:00
parent 781f1a33af
commit 25f0e14790
Failed to extract signature
1 changed files with 8 additions and 2 deletions

View File

@ -80,9 +80,15 @@ WHERE -- Focus on longer-running programs
'Developer ID Application: Google, Inc. (EQHXZ8M8AV)',
'Developer ID Application: Valve Corporation (MXGJJ98X76)'
)
AND exception_key NOT IN ('0,velociraptor,a.out,')
AND exception_key NOT IN (
'0,velociraptor,a.out,',
'500,sdzoomplugin,,',
'500,sdaudioswitch,,',
'500,gopls,a.out,',
'500,sdaudioswitch,sdaudioswitch,'
)
AND NOT exception_key LIKE '500,lifx-streamdeck,lifx-streamdeck-%'
AND NOT exception_key LIKE '500,___Test%.test,a.out'
AND NOT exception_key LIKE '500,nvim,bob-%,'
AND NOT exception_key LIKE '500,%,a.out,'
AND NOT exception_key LIKE '500,sm-agent,sm_agent-%'
GROUP BY p0.pid