From: Tim Smith Date: Tue, 15 Sep 2015 22:12:26 +0000 (-0700) Subject: Update to the standard chef gitignore file X-Git-Tag: v0.9.2~1^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1f2ab45ed1afebb8104454307b6b71a03e8397a7;p=ceph-cookbooks.git Update to the standard chef gitignore file This ignores common testing and editor files --- 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/