.gitignore in fluent-plugin-splunk-http-eventcollector-0.1.0 vs .gitignore in fluent-plugin-splunk-http-eventcollector-0.2.0

- old
+ new

@@ -1,17 +1,27 @@ +### Ruby ### *.gem *.rbc -.bundle -.config -.yardoc +/.config +/coverage/ +/InstalledFiles +/pkg/ +/spec/reports/ +/spec/examples.txt +/test/tmp/ +/test/version_tmp/ +/tmp/ + +## Documentation cache and generated files: +/.yardoc/ +/_yardoc/ +/doc/ +/rdoc/ + +## Environment normalization: +/.bundle/ +/vendor/bundle +/lib/bundler/man/ + Gemfile.lock -InstalledFiles -_yardoc -coverage -doc/ -lib/bundler/man -pkg -rdoc -spec/reports -test/tmp -test/version_tmp -tmp +.ruby-version +.ruby-gemset \ No newline at end of file