diff options
author | Claire McQuin <claire@getchef.com> | 2014-07-29 10:26:22 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-08-12 08:39:02 -0700 |
commit | 0378b0009e28583e512da11baff6a0f3f51dc506 (patch) | |
tree | 94137c2a2842a8ce882ac2140669ced033439d77 /.gitignore | |
parent | 72e4e23e2303e85a28f5e52d40c4d5e19e14423c (diff) | |
download | chef-0378b0009e28583e512da11baff6a0f3f51dc506.tar.gz |
Ignore .kitchen/ and Berksfile.lock
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3da34b33e1..9ce3eecbe3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ binstubs/ _site/* .yardoc/ doc/ + +# Test Kitchen +.kitchen/ +Berksfile.lock |