THRIFT-2747: update .gitignore to ignore .vagrant
Client: General
Patch: Randy Abernethy

Vagrant saves vm state in .vagrant directories which
should never be committed.
diff --git a/.gitignore b/.gitignore
index f183523..9e1e809 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@
 .sonar
 .DS_Store
 .svn
+.vagrant
 
 /contrib/.vagrant/
 /aclocal/libtool.m4