Merge pull request #28875 from david-mcmahon/dot-github

Automatic merge from submit-queue

Don't add analytics to .entries.
This commit is contained in:
k8s-merge-robot
2016-07-13 12:54:30 -07:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -256,7 +256,9 @@ kube::util::gen-analytics() {
fi
# We don't touch files in special dirs, and the kubectl docs are
# autogenerated by gendocs.
# Don't descend into .directories
mdfiles=($( find "${dir}" -name "*.md" -type f \
-not -path '*/\.*' \
-not -path "${path}/vendor/*" \
-not -path "${path}/third_party/*" \
-not -path "${path}/_gopath/*" \