Commit 7751fe38 by Jari Komppa Committed by Jari Komppa

Ignore third party libraries during presubmit

This change adds third_party directory to the ignore list for the pre-submit script. Bug: b/171873846 Change-Id: Ic1a6fee89c76e8ca3526c95e29335eacf2e505f1 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/49768 Kokoro-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarJari Komppa <jari@siru.fi>
parent e0de282e
......@@ -63,7 +63,7 @@ func run() error {
}
switch rel {
case ".git", "cache", "build", "out":
case ".git", "cache", "build", "out", "third_party":
return filepath.SkipDir
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment