diff options
author | Seth Chisamore <schisamo@chef.io> | 2016-11-04 14:08:48 -0400 |
---|---|---|
committer | Seth Chisamore <schisamo@chef.io> | 2016-11-04 14:16:35 -0400 |
commit | 39af6927fa5627d7ae06b6b26d82fbf0898a433e (patch) | |
tree | d0ad5ca2edfae02e177c963216be99abdb6dee04 /.gitignore | |
parent | 27f375a2483e00e75891da7e07d70cc2edcf7435 (diff) | |
download | chef-39af6927fa5627d7ae06b6b26d82fbf0898a433e.tar.gz |
Remove vendored git submodules
Similar to the issue uncovered in chef/chef-server#997 which breaks
Bundler.
Signed-off-by: Seth Chisamore <schisamo@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |