From 67bd7bb4ae5db1f68d918b0111a0919558f91a63 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Wed, 10 Aug 2016 15:22:25 -0500 Subject: [PATCH] Ignore the .vagrant directory Change-Id: Ifac8b196be0b6be48fef5ca49b1458dc97ec67fe --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 036f6839..417f0938 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,6 @@ releasenotes/build # Test temp files tests/plugins + +# Vagrant testing artifacts +.vagrant \ No newline at end of file