mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #84761 from thockin/make-better-find-filter
Build: Use a better filter on find
This commit is contained in:
commit
8245a24c37
@ -44,10 +44,10 @@ function kfind() {
|
|||||||
\( \
|
\( \
|
||||||
-not \( \
|
-not \( \
|
||||||
\( \
|
\( \
|
||||||
-path ./vendor -o \
|
|
||||||
-path ./_\* -o \
|
-path ./_\* -o \
|
||||||
-path ./.\* -o \
|
-path ./.\* -o \
|
||||||
-path ./docs \
|
-path ./vendor -o \
|
||||||
|
-path ./Godeps \
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\) \
|
\) \
|
||||||
\) \
|
\) \
|
||||||
|
Loading…
Reference in New Issue
Block a user