From 4123550db248e8fa02e441d863f872fa5b6594c2 Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Tue, 28 Nov 2017 11:18:28 +0000 Subject: [PATCH] Ignore contents of .vagrant --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ed9cea8e3..4ab711b97 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ ansible/roles/yatesr.timezone/ # Virtualenv ansible/kolla-venv/ + +# Vagrant +.vagrant