From 6ce5ace6f47cbebf31ccf96ed6ab5e305b9ca8e6 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 20 May 2013 02:25:07 -0400 Subject: [PATCH] Make sure we do not accidentally commit unnecessary vagrant stuff --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eb3489a..d38ab79 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp + +# ignore vagrant vm state file? +.vagrant