Exclude .rustup toolchains

This commit is contained in:
Thomas Stromberg 2023-03-28 17:02:30 -04:00
parent 2d6ced6ae5
commit 5ea01eabeb
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ WHERE
AND NOT p.path LIKE '/home/%/.local/share/JetBrains/Toolbox/apps/%'
AND NOT p.path LIKE '/home/%/.local/share/nvim/mason/packages/%'
AND NOT p.path LIKE '/home/%/.local/share/Steam/ubuntu12_64/%'
AND NOT p.path LIKE '/home/%/.rustup/toolchains/%/libexec/%'
AND NOT p.path LIKE '/home/%/node_modules/.bin/%'
AND NOT p.path LIKE '/home/%/Projects/%'
AND NOT p.path LIKE '/home/%/terraform-provider-%'