From 52c7f5b4a3f7b2085b62f10583d5b14dc8c5d14a Mon Sep 17 00:00:00 2001
From: Peter Souter <p.morsou@gmail.com>
Date: Wed, 12 Feb 2014 14:57:42 +0000
Subject: [PATCH] Ignore .vagrant folder

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5c69993..9a9567b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,5 @@ spec/fixtures/manifests/
 .ruby-version
 .rspec_system
 .bundle
+.vagrant
 vendor/
-- 
2.45.2