Ruby 607 B

12345678910111213141516171819202122232425262728293031323334353637
  1. *.gem
  2. *.rbc
  3. /.config
  4. /coverage/
  5. /InstalledFiles
  6. /pkg/
  7. /spec/reports/
  8. /spec/examples.txt
  9. /test/tmp/
  10. /test/version_tmp/
  11. /tmp/
  12. ## Specific to RubyMotion:
  13. .dat*
  14. .repl_history
  15. build/
  16. ## Documentation cache and generated files:
  17. /.yardoc/
  18. /_yardoc/
  19. /doc/
  20. /rdoc/
  21. ## Environment normalisation:
  22. /.bundle/
  23. /vendor/bundle
  24. /lib/bundler/man/
  25. # for a library or gem, you might want to ignore these files since the code is
  26. # intended to run in multiple environments; otherwise, check them in:
  27. # Gemfile.lock
  28. # .ruby-version
  29. # .ruby-gemset
  30. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  31. .rvmrc