.gitignore 724 B

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