From 39af6927fa5627d7ae06b6b26d82fbf0898a433e Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Fri, 4 Nov 2016 14:08:48 -0400 Subject: Remove vendored git submodules Similar to the issue uncovered in chef/chef-server#997 which breaks Bundler. Signed-off-by: Seth Chisamore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index be88d2c809..144369156c 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,7 @@ spec/data/test-dir # acceptance binstubs acceptance/bin/* + +vendor/ +acceptance/vendor +kitchen-tests/vendor -- cgit v1.2.1