diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-11 12:57:38 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-11 13:57:43 -0700 |
commit | d437bf16b91486829cfccff1898c017f6d20e085 (patch) | |
tree | 27a81c83606a4cadcc2bf8e5371e909977c67645 /.gitignore | |
parent | 84ea1415f0a31780d3ff03de340e32af23ff62c4 (diff) | |
download | chef-d437bf16b91486829cfccff1898c017f6d20e085.tar.gz |
Remove duplicate files from acceptance / chef-configdedupe
Squash down to a single gitignore file and remove the readme from chef-config that date back to when it was its own repo
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2e2447ae2c..71f9cce719 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,12 @@ kitchen-tests/vendor # ignore nodes generated during local testing nodes/ + +# acceptance +acceptance/.acceptance_logs +acceptance/.acceptance_data +acceptance/data-collector/Berksfile.lock + +# chef-config +chef-config/.bundle +chef-config/Gemfile.lock |