execdir: Add ~/go and ~/bin exceptions

This commit is contained in:
Thomas Stromberg 2022-11-10 12:55:09 -05:00
parent f7237c3641
commit 4a9a967b47
Failed to extract signature
2 changed files with 7 additions and 3 deletions

View File

@ -111,8 +111,10 @@ WHERE
)
AND top_homedir NOT IN (
'~/Applications/',
'~/bin/',
'~/code/',
'~/.config/',
'~/go/',
'~/homebrew/',
'~/Library/',
'~/.local/',

View File

@ -102,18 +102,20 @@ WHERE
)
AND top_homedir NOT IN (
'~/Applications/',
'~/bin/',
'~/code/',
'~/.config/',
'~/git/',
'~/go/',
'~/google-cloud-sdk/',
'~/homebrew/',
'~/Library/',
'~/.local/',
'~/projects/',
'~/git/',
'~/.pulumi/',
'~/src/',
'~/.tflint.d/',
'~/.vscode/',
'~/google-cloud-sdk/',
'~/.pulumi/',
'~/.vs-kubernetes/'
)
-- Locally built executables