From b3c9194c1fe9633371827b1252bb34d1e2bafc6a Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Tue, 16 Feb 2016 18:47:31 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 45b7c26..b5e02d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,22 @@ # Parts of this file were adapted from # GitHub’s collection of .gitignore file templates -# which are Copyright (c) 2014 GitHub, Inc. +# which are Copyright (c) 2016 GitHub, Inc. # and released under the MIT License. # For more details, visit the project page: # https://github.com/github/gitignore -# ChefCookbook +# Berkshelf +Berksfile.lock +# Chef Cookbook .vagrant /cookbooks -# Bundler -Gemfile.lock -bin/* -.bundle/* - +# Test Kitchen .kitchen/ .kitchen.local.yml -# Berkshelf -Berksfile.lock - # Ruby - *.gem *.rbc /.config @@ -30,6 +24,7 @@ Berksfile.lock /InstalledFiles /pkg/ /spec/reports/ +/spec/examples.txt /test/tmp/ /test/version_tmp/ /tmp/ @@ -45,8 +40,9 @@ build/ /doc/ /rdoc/ -## Environment normalisation: +## Environment normalization: /.bundle/ +/vendor/bundle /lib/bundler/man/ # for a library or gem, you might want to ignore these files since the code is