Merge pull request #84761 from thockin/make-better-find-filter

Build: Use a better filter on find
This commit is contained in:
Kubernetes Prow Robot 2019-11-05 11:44:54 -08:00 committed by GitHub
commit 8245a24c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,10 +44,10 @@ function kfind() {
\( \
-not \( \
\( \
-path ./vendor -o \
-path ./_\* -o \
-path ./.\* -o \
-path ./docs \
-path ./vendor -o \
-path ./Godeps \
\) -prune \
\) \
\) \