From e8a86457a0219e931692cf0624712cdd569ad7e4 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Mon, 28 Jul 2014 10:24:04 +0200 Subject: [PATCH] labs: don't track Vagrant ssh keys This patch adds one directory to .gitignore: the directory where the Vagrant insecure ssh keys are cached. They are downloaded and stored automatically by osbash and should not be added to the training-guides repo. Change-Id: I6ab7407ca52cd589812cd2b2054a5981a51651ae --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2f0edc48..c2ec2f0a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ labs/autostart labs/img labs/log labs/wbatch +labs/lib/vagrant-ssh-keys