From f5ee8b8b7d25883e2715de630e03dcb550da3958 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 30 Mar 2015 10:19:02 -0400 Subject: [PATCH] Ignore vendor/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 801132d2d..b1274f4d0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ pkg/* tags /Gemfile.lock test/tmp/ +vendor/ # Documentation _site/*