From 87c4cacff38b82c88fb158042229f87724a2402c Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 22 Dec 2017 10:12:30 -0800 Subject: Remove the Gemfile.lock and Berksfile.lock for kitchen tests 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 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.1