Skip to content

Commit

Permalink
Add ignore file for Chef cookbooks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jtimberman committed Jul 29, 2013
1 parent b2c694d commit 022572a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ChefCookbook.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.vagrant
Berksfile.lock
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
/cookbooks

# Bundler
Gemfile.lock
bin/*
.bundle/*

.kitchen/
.kitchen.local.yml

0 comments on commit 022572a

Please sign in to comment.