Skip to content

Commit 8245a24

Browse files
authored
Merge pull request kubernetes#84761 from thockin/make-better-find-filter
Build: Use a better filter on find
2 parents e52df5b + a1ad491 commit 8245a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/make-rules/helpers/cache_go_dirs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ function kfind() {
4444
\( \
4545
-not \( \
4646
\( \
47-
-path ./vendor -o \
4847
-path ./_\* -o \
4948
-path ./.\* -o \
50-
-path ./docs \
49+
-path ./vendor -o \
50+
-path ./Godeps \
5151
\) -prune \
5252
\) \
5353
\) \

0 commit comments

Comments
 (0)