diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-05-15 13:20:01 -0400 |
---|---|---|
committer | Seth Vargo <sethvargo@gmail.com> | 2013-05-15 13:20:01 -0400 |
commit | 6a95d1628006f6ae2d2e56cdd729b6733614278c (patch) | |
tree | 1c4ce88a78899d289375a5e6c01ba541a2ace0bf /.gitignore | |
parent | 90dc336891efb43256bd773cc52450faa540549a (diff) | |
download | chef-zero-6a95d1628006f6ae2d2e56cdd729b6733614278c.tar.gz |
Add Gemfile and .gitignore for use with bundler
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d87d4be --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.gem +*.rbc +.bundle +.config +.yardoc +Gemfile.lock +InstalledFiles +_yardoc +coverage +doc/ +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp |