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.

Emacs 461B

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