.gitignore 479 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # -*- mode: gitignore; -*-
  2. .*
  3. !.gitignore
  4. !.gitmodules
  5. !.gitkeep
  6. # Emacs Stuff
  7. *~
  8. \#*\#
  9. /.emacs.desktop
  10. /.emacs.desktop.lock
  11. *.elc
  12. auto-save-list
  13. tramp
  14. .\#*
  15. # Org-mode
  16. .org-id-locations
  17. *_archive
  18. # flymake-mode
  19. *_flymake.*
  20. # eshell files
  21. /eshell/history
  22. /eshell/lastdir
  23. # elpa packages
  24. /elpa/
  25. # reftex files
  26. *.rel
  27. # AUCTeX auto folder
  28. /auto/
  29. */auto/
  30. # cask packages
  31. .cask/
  32. dist/
  33. # Flycheck
  34. flycheck_*.el
  35. # server auth directory
  36. /server/
  37. # projectiles files
  38. .projectile