From e6fe31b04d3f83df4ee2236463adbca46177dd8d Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Fri, 1 Jul 2016 19:55:00 -0700 Subject: [PATCH] Add .DS_Store to .gitignore This makes the localkube "gitTreeState" "dirty" when building in a Mac through Docker. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f39754f19a..102377c2d0 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ _testmain.go /pkg/minikube/cluster/assets.go /minikube + +.DS_Store