.gitignore 398 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. !.gitignore
  2. *.gem
  3. *.rbc
  4. *.sw[a-p]
  5. *.tmproj
  6. *.tmproject
  7. *.un~
  8. *~
  9. .Spotlight-V100
  10. .Trashes
  11. ._*
  12. .bundle
  13. .config
  14. .directory
  15. .elc
  16. .emacs.desktop
  17. .emacs.desktop.lock
  18. .idea
  19. .redcar
  20. .rvmrc
  21. .yardoc
  22. Desktop.ini
  23. Gemfile.lock
  24. Icon?
  25. InstalledFiles
  26. Session.vim
  27. \#*\#
  28. _yardoc
  29. auto-save-list
  30. coverage
  31. doc/
  32. lib/bundler/man
  33. pkg
  34. pkg/*
  35. rdoc
  36. spec/reports
  37. spec/sandbox
  38. test/tmp
  39. test/version_tmp
  40. tmp
  41. tmtags
  42. tramp
  43. .rbx
  44. b/