.gitignore in chef-ruby-lvm-attrib-0.3.14 vs .gitignore in chef-ruby-lvm-attrib-0.3.15
- old
+ new
@@ -1,9 +1,49 @@
-*.sw?
+*.rbc
+.config
+InstalledFiles
+pkg
+test/tmp
+test/version_tmp
+tmp
+_Store
+*~
+*#
+.#*
+\#*#
+*.un~
+*.tmp
+*.bk
+*.bkup
+
+# editor files
+.idea
+.*.sw[a-z]
+
+# ruby/bundler/rspec files
+.ruby-version
+.ruby-gemset
+.rvmrc
Gemfile.lock
-pkg/
-tmp/
-coverage/
-.DS_Store
.bundle
-*~
-vendor
+*.gem
+coverage
+spec/reports
+
+# YARD / rdoc artifacts
+.yardoc
+_yardoc
+doc/
+rdoc
+
+# chef infra stuff
+Berksfile.lock
+.kitchen
+kitchen.local.yml
+vendor/
+.coverage/
+.zero-knife.rb
+Policyfile.lock.json
+
+# vagrant stuff
+.vagrant/
+.vagrant.d/