From c323bf6843c294710c9263a7880eeffd7faf95d0 Mon Sep 17 00:00:00 2001 From: Bharath Thiruveedula Date: Fri, 8 Jan 2016 23:33:47 +0530 Subject: [PATCH] Add ./kubernetes to .gitignore This patch avoids adding ./kubernetes to git staging --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 90ee1b51db..2f0bca0f13 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,6 @@ doc_tmp/ # CoreOS stuff cluster/libvirt-coreos/coreos_*.img + +# Downloaded Kubernetes binary release +kubernetes/