From 5ade59ff002714d4ebe771ba499abcc21d333ec1 Mon Sep 17 00:00:00 2001 From: Julian Strobl Date: Tue, 22 Dec 2015 10:55:19 +0100 Subject: [PATCH] add coreos image to .gitignore This image is downloaded during the cluster bring up. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 950e035bc7cf7..90ee1b51db4f9 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,6 @@ doc_tmp/ # Config directories created by gcloud and gsutil on Jenkins /.config/gcloud/ /.gsutil/ + +# CoreOS stuff +cluster/libvirt-coreos/coreos_*.img