.gitignore in scooter-0.0.0 vs .gitignore in scooter-3.2.19

- old
+ new

@@ -1,22 +1,50 @@ *.gem *.rbc -.bundle -.config -.yardoc +/.config +/coverage/ +/InstalledFiles +/pkg/ +/spec/reports/ +/test/tmp/ +/test/version_tmp/ +/tmp/ + +## Specific to RubyMotion/RubyMine/IntelliJ: +.dat* +.repl_history +build/ +/.idea/ + +## Documentation cache and generated files: +/.yardoc/ +/_yardoc/ +/doc/ +/rdoc/ + +## Environment normalisation: +/.bundle/ +/lib/bundler/man/ + +# for a library or gem, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# Gemfile.lock +# .ruby-version +# .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc + +# log files +*.log + +# generated fixtures +spec/fixtures + +# keys for eyaml +keys +hieradata/*.eyaml + Gemfile.lock -InstalledFiles -_yardoc -coverage -doc/ -lib/bundler/man -pkg -rdoc -spec/reports -test/tmp -test/version_tmp -tmp -*.bundle -*.so -*.o -*.a -mkmf.log +Gemfile.local + +/graphs