.gitignore in lelylan-rb-0.0.4 vs .gitignore in lelylan-rb-0.0.5

- old
+ new

@@ -1,27 +1,29 @@ -*.gem -*.rbc +# See http://help.github.com/ignore-files/ for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile ~/.gitignore_global + +# Ignore temporary files *.swp *.swo -*.tmproj *.DS_Store -*~ -.\#* -.bundle -.config -.yardoc -.yardopts -.rvmrc -Gemfile.lock -InstalledFiles -\#* -_yardoc -coverage -doc/ -lib/bundler/man -pkg -rdoc -spec/reports -test/tmp -test/version_tmp -tmp -tmtags + +# Ignore bundler config. +/.bundle + +# Ignore all logfiles and tempfiles. +/log/*.log +/tmp + +# Ignore .rvmrc file. +/.rvmrc + +# Procfile env +*.env + +# Documentation +docs/ + +# Local tests +.test.rb