mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Build: Don't find into _name dirs
This is a no-op now that _examples is renamed.
This commit is contained in:
parent
876c9f0d8c
commit
33ad2fe019
@ -44,9 +44,9 @@ function kfind() {
|
|||||||
\( \
|
\( \
|
||||||
-not \( \
|
-not \( \
|
||||||
\( \
|
\( \
|
||||||
-path ./_\* -o \
|
-name '_*' -o \
|
||||||
-path ./.\* -o \
|
-name '.[^.]*' -o \
|
||||||
-path ./vendor \
|
-path './vendor' \
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\) \
|
\) \
|
||||||
\) \
|
\) \
|
||||||
|
Loading…
Reference in New Issue
Block a user