Commit ea344e31 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #35325 from sjenning/ignore-etcd-data-dir

Automatic merge from submit-queue ignore default.etcd directory When using `hack/install-etcd.sh`, `/default.etcd` is created for the data directory. Add that to `.gitignore`. ```release-note NONE ```
parents 24144be4 aa09a604
...@@ -56,6 +56,7 @@ network_closure.sh ...@@ -56,6 +56,7 @@ network_closure.sh
# Also ignore etcd installed by hack/install-etcd.sh # Also ignore etcd installed by hack/install-etcd.sh
/third_party/etcd* /third_party/etcd*
/default.etcd
# User cluster configs # User cluster configs
.kubeconfig .kubeconfig
......
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