.gitignore 728 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. # ---> macOS
  28. .DS_Store
  29. .AppleDouble
  30. .LSOverride
  31. # Icon must end with two \r
  32. Icon
  33. # Thumbnails
  34. ._*
  35. # Files that might appear in the root of a volume
  36. .DocumentRevisions-V100
  37. .fseventsd
  38. .Spotlight-V100
  39. .TemporaryItems
  40. .Trashes
  41. .VolumeIcon.icns
  42. # Directories potentially created on remote AFP share
  43. .AppleDB
  44. .AppleDesktop
  45. Network Trash Folder
  46. Temporary Items
  47. .apdisk