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

View File

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