Swift: ignore sandbox-exec

This commit is contained in:
Alex Denisov
2023-01-30 15:10:30 +01:00
parent 862948f1cc
commit b71c5e6c4b

View File

@@ -82,6 +82,8 @@ function RegisterExtractorPack(id)
SwiftMatcher,
CreatePatternMatcher({'^lsregister$'}, MatchCompilerName, nil,
{trace = false}),
CreatePatternMatcher({'^sandbox%-exec$'}, MatchCompilerName, nil,
{trace = false}),
}
end