From 1f2ab45ed1afebb8104454307b6b71a03e8397a7 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 15 Sep 2015 15:12:26 -0700 Subject: [PATCH] Update to the standard chef gitignore file This ignores common testing and editor files --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 351201e..b3dd71e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,45 @@ -.vagrant -Berksfile.lock +*.gem +.zero-knife.rb +*.rbc +.bundle +.config +coverage +InstalledFiles +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp +Gemfile.lock +_Store *~ *# .#* \#*# .*.sw[a-z] *.un~ -/cookbooks +*.tmp +*.bk +*.bkup +.ruby-version +.ruby-gemset +.rvmrc -# Bundler -Gemfile.lock -bin/* -.bundle/* +# YARD artifacts +.yardoc +_yardoc +doc/ +.idea -.kitchen/ +#chef stuff +Berksfile.lock +.kitchen .kitchen.local.yml +vendor/ +.coverage/ + +#vagrant stuff +.vagrant/ +.vagrant.d/ -- 2.47.3