Commit b30600f1 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #15199 from ixdy/gitignore-gcloud-gsutil

Auto commit by PR queue bot
parents e4faa5c4 87a5fed3
...@@ -67,3 +67,13 @@ www/test_out ...@@ -67,3 +67,13 @@ www/test_out
# precommit temporary directories created by ./hack/verify-generated-docs.sh and ./hack/lib/util.sh # precommit temporary directories created by ./hack/verify-generated-docs.sh and ./hack/lib/util.sh
_tmp/ _tmp/
doc_tmp/ doc_tmp/
# Test artifacts produced by Jenkins jobs
/_artifacts/
# Go dependencies installed on Jenkins
/_gopath/
# Config directories created by gcloud and gsutil on Jenkins
/.config/gcloud/
/.gsutil/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment