From 326a51f62a8290453c6bf2090e71183f82d31f1a Mon Sep 17 00:00:00 2001 From: Charles Butler Date: Wed, 23 Mar 2016 12:23:33 -0400 Subject: [PATCH] Ignore any artifacts found in cluster/juju/charms* as those are assembled and handled completely differently --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8bc741593f..6c9d7bd9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,9 @@ doc_tmp/ # CoreOS stuff cluster/libvirt-coreos/coreos_*.img +# Juju Stuff +cluster/juju/charms/* + # Downloaded Kubernetes binary release kubernetes/