From 19eb770ca19989278be76672c7264cb35b5bbcd5 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Thu, 31 Oct 2019 09:20:14 -0300 Subject: [PATCH] Ignore generated log file from running Vagrant --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1050158..1d5d08d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ build/ _yardoc doc/ .idea/ + +# Vagrant artifacts +ubuntu-*-console.log