Ignore _gopath in verify scripts

The _gopath directory is used in Jenkins to install extra dependencies,
and any files in it should be ignored by the various verification
scripts.
This commit is contained in:
Jeff Grafton
2015-09-25 15:01:59 -07:00
parent 4d18186afd
commit 4cafa3e92d
6 changed files with 9 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ find_files() {
\( \
-wholename './output' \
-o -wholename './_output' \
-o -wholename './_gopath' \
-o -wholename './release' \
-o -wholename './target' \
-o -wholename '*/third_party/*' \