pull/1857/merge
Matt Butcher 9 years ago committed by GitHub
commit 464c85b8f6

@ -17,10 +17,9 @@ set -euo pipefail
IFS=$'\n\t' IFS=$'\n\t'
find_files() { find_files() {
find . -not \( \ find ./_proto ./cmd ./pkg ./scripts ./rootfs ./docs -not \( \
\( \ \( \
-wholename './vendor' \ -wholename './pkg/proto' \
-o -wholename './pkg/proto' \
-o -wholename '*testdata*' \ -o -wholename '*testdata*' \
\) -prune \ \) -prune \
\) \ \) \

Loading…
Cancel
Save