mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +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 \( \
|
||||
\( \
|
||||
-path ./_\* -o \
|
||||
-path ./.\* -o \
|
||||
-path ./vendor \
|
||||
-name '_*' -o \
|
||||
-name '.[^.]*' -o \
|
||||
-path './vendor' \
|
||||
\) -prune \
|
||||
\) \
|
||||
\) \
|
||||
|
Loading…
Reference in New Issue
Block a user