diff options
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 |