Add compile (Go Lang) to exceptions list

This commit is contained in:
Thomas Stromberg 2023-01-16 13:57:14 -05:00
parent 42e9f2721b
commit 5db432b2c6
Failed to extract signature

View File

@ -159,4 +159,4 @@ WHERE
AND NOT cmd LIKE 'dirname %history'
AND NOT cmd LIKE 'tail /%history'
AND NOT cmd LIKE 'find . -executable -type f -name %grep -l GNU Libtool%touch -r%'
AND NOT basename IN ('cc1')
AND NOT basename IN ('cc1', 'compile')