From 022572a0d0178160a8fe93f2fd0f3ded5b1c71fc Mon Sep 17 00:00:00 2001 From: jtimberman Date: Mon, 29 Jul 2013 17:05:12 -0600 Subject: [PATCH] Add ignore file for Chef cookbooks These ignores are generated by berkshelf, a tool commonly used in the Chef community for managing cookbooks. This .gitignore is used by Opscode across publicly available cookbooks. --- ChefCookbook.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ChefCookbook.gitignore diff --git a/ChefCookbook.gitignore b/ChefCookbook.gitignore new file mode 100644 index 00000000..351201e0 --- /dev/null +++ b/ChefCookbook.gitignore @@ -0,0 +1,17 @@ +.vagrant +Berksfile.lock +*~ +*# +.#* +\#*# +.*.sw[a-z] +*.un~ +/cookbooks + +# Bundler +Gemfile.lock +bin/* +.bundle/* + +.kitchen/ +.kitchen.local.yml