From aa09a604a6ba8c060fad6aff23d70106e8856f2c Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Fri, 21 Oct 2016 15:51:12 -0500 Subject: [PATCH] ignore default.etcd directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f94a30ee861..9a0d4d6382a 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ network_closure.sh # Also ignore etcd installed by hack/install-etcd.sh /third_party/etcd* +/default.etcd # User cluster configs .kubeconfig