You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Ruby.gitignore 573B

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