From 1c55a45aaf63cbfef7d428edea6e0fe55e2a8c25 Mon Sep 17 00:00:00 2001 From: Deyuan Deng Date: Mon, 23 Mar 2015 10:31:55 -0400 Subject: [PATCH] git Ignore .kubeconfig --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa0d4b377f9..aa8b207dbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -40,10 +40,13 @@ Session.vim .vagrant network_closure.sh -# compiled binaries in third_party +# Compiled binaries in third_party /third_party/pkg -# also ignore etcd installed by hack/install-etcd.sh +# Also ignore etcd installed by hack/install-etcd.sh /third_party/etcd* +# User cluster configs +.kubeconfig + .tags*