From b0171ff71b7c850b3e8420bb306faf70fb05e84e Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 7 Mar 2014 00:23:40 +1100 Subject: [PATCH 1/2] Remove global rules from Chef template --- ChefCookbook.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ChefCookbook.gitignore b/ChefCookbook.gitignore index 351201e0..91de88b4 100644 --- a/ChefCookbook.gitignore +++ b/ChefCookbook.gitignore @@ -1,11 +1,5 @@ .vagrant Berksfile.lock -*~ -*# -.#* -\#*# -.*.sw[a-z] -*.un~ /cookbooks # Bundler From ee86c8443ac00525b836e3fee763c693be715ea8 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 7 Mar 2014 00:24:00 +1100 Subject: [PATCH 2/2] Remove lockfiles from Chef template --- ChefCookbook.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChefCookbook.gitignore b/ChefCookbook.gitignore index 91de88b4..5ee7b7a9 100644 --- a/ChefCookbook.gitignore +++ b/ChefCookbook.gitignore @@ -1,9 +1,7 @@ .vagrant -Berksfile.lock /cookbooks # Bundler -Gemfile.lock bin/* .bundle/*