From a592c287438127f948cc9870be99f139a787927f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 9 Sep 2016 14:38:26 -0700 Subject: [PATCH] Update the ignore files Signed-off-by: Tim Smith --- .gitignore | 46 +++++++++++++++++++++++++++++++++++++++------- chefignore | 19 +++++++++++++------ 2 files changed, 52 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 52b8afb..6c97e28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,49 @@ -.vagrant -Berksfile.lock +*.rbc +.config +coverage +InstalledFiles +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp +_Store *~ *# .#* \#*# .*.sw[a-z] *.un~ +*.tmp +*.bk +*.bkup -# Bundler +# ruby/bundler files +.ruby-version +.ruby-gemset +.rvmrc Gemfile.lock -bin/* -.bundle/* +.bundle +*.gem -.kitchen/ +# YARD artifacts +.yardoc +_yardoc +doc/ +.idea + +# chef stuff +Berksfile.lock +.kitchen .kitchen.local.yml -.kitchen.cloud.local.yml +vendor/ +.coverage/ +.zero-knife.rb +Policyfile.lock.json + +# vagrant stuff +.vagrant/ +.vagrant.d/ +.kitchen/ diff --git a/chefignore b/chefignore index 80dc2d2..a976917 100644 --- a/chefignore +++ b/chefignore @@ -1,5 +1,5 @@ # Put files/directories that should be ignored in this file when uploading -# or sharing to the community site. +# to a chef-server or supermarket. # Lines that start with '# ' are comments. # OS generated files # @@ -51,8 +51,16 @@ spec/* spec/fixtures/* test/* features/* +examples/* Guardfile Procfile +.kitchen* +.rubocop.yml +spec/* +Rakefile +.travis.yml +.foodcritic +.codeclimate.yml # SCM # ####### @@ -76,7 +84,10 @@ tmp # Cookbooks # ############# -CONTRIBUTING +CONTRIBUTING* +CHANGELOG* +TESTING* +MAINTAINERS.toml # Strainer # ############ @@ -89,7 +100,3 @@ Strainerfile ########### .vagrant Vagrantfile - -# Travis # -########## -.travis.yml