diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-22 10:12:30 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-22 10:39:26 -0800 |
commit | 87c4cacff38b82c88fb158042229f87724a2402c (patch) | |
tree | bd480e7b9929df58e65235cc73458962ebd7d0ac /.gitignore | |
parent | c20caa0232c30c645b90439daaa9dfeaea6394b3 (diff) | |
download | chef-87c4cacff38b82c88fb158042229f87724a2402c.tar.gz |
Remove the Gemfile.lock and Berksfile.lock for kitchen testsintegration_docs
We're probably going to see some more failures with this change, but that's a good thing. If we have a bad kitchen change or a bad cookbook change we'll know now earlier. Less impact == better.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3a32f47541..35aecf92cc 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ doc/ Vagrantfile .vagrant/ -# Kitchen Tests Local Mode Data +# Kitchen Tests lock files and chef data kitchen-tests/nodes/* +kitchen-tests/Gemfile.lock +kitchen-tests/Berksfile.lock # Temporary files present during spec runs spec/data/test-dir |