summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-15 13:20:01 -0400
committerSeth Vargo <sethvargo@gmail.com>2013-05-15 13:20:01 -0400
commit6a95d1628006f6ae2d2e56cdd729b6733614278c (patch)
tree1c4ce88a78899d289375a5e6c01ba541a2ace0bf /.gitignore
parent90dc336891efb43256bd773cc52450faa540549a (diff)
downloadchef-zero-6a95d1628006f6ae2d2e56cdd729b6733614278c.tar.gz
Add Gemfile and .gitignore for use with bundler
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
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