.gitignore 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # ---> Emacs
  2. # -*- mode: gitignore; -*-
  3. *~
  4. \#*\#
  5. /.emacs.desktop
  6. /.emacs.desktop.lock
  7. *.elc
  8. auto-save-list
  9. tramp
  10. .\#*
  11. # Org-mode
  12. .org-id-locations
  13. *_archive
  14. # flymake-mode
  15. *_flymake.*
  16. # eshell files
  17. /eshell/history
  18. /eshell/lastdir
  19. # elpa packages
  20. /elpa/
  21. # reftex files
  22. *.rel
  23. # AUCTeX auto folder
  24. /auto/
  25. # cask packages
  26. .cask/
  27. # ---> Ruby
  28. *.gem
  29. *.rbc
  30. /.config
  31. /coverage/
  32. /InstalledFiles
  33. /pkg/
  34. /spec/reports/
  35. /spec/examples.txt
  36. /test/tmp/
  37. /test/version_tmp/
  38. /tmp/
  39. ## Specific to RubyMotion:
  40. .dat*
  41. .repl_history
  42. build/
  43. ## Documentation cache and generated files:
  44. /.yardoc/
  45. /_yardoc/
  46. /doc/
  47. /rdoc/
  48. ## Environment normalisation:
  49. /.bundle/
  50. /vendor/bundle
  51. /lib/bundler/man/
  52. # for a library or gem, you might want to ignore these files since the code is
  53. # intended to run in multiple environments; otherwise, check them in:
  54. # Gemfile.lock
  55. # .ruby-version
  56. # .ruby-gemset
  57. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  58. .rvmrc
  59. # regularly generating PNGs we don't need to save
  60. *.png