.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Created by https://www.toptal.com/developers/gitignore/api/emacs,elisp,commonlisp
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=emacs,elisp,commonlisp
  3. ### CommonLisp ###
  4. *.FASL
  5. *.fasl
  6. *.lisp-temp
  7. *.dfsl
  8. *.pfsl
  9. *.d64fsl
  10. *.p64fsl
  11. *.lx64fsl
  12. *.lx32fsl
  13. *.dx64fsl
  14. *.dx32fsl
  15. *.fx64fsl
  16. *.fx32fsl
  17. *.sx64fsl
  18. *.sx32fsl
  19. *.wx64fsl
  20. *.wx32fsl
  21. ### Elisp ###
  22. # Compiled
  23. *.elc
  24. # Packaging
  25. .cask
  26. # Backup files
  27. *~
  28. # Undo-tree save-files
  29. *.~undo-tree
  30. ### Emacs ###
  31. # -*- mode: gitignore; -*-
  32. \#*\#
  33. /.emacs.desktop
  34. /.emacs.desktop.lock
  35. auto-save-list
  36. tramp
  37. .\#*
  38. # Org-mode
  39. .org-id-locations
  40. *_archive
  41. # flymake-mode
  42. *_flymake.*
  43. # eshell files
  44. /eshell/history
  45. /eshell/lastdir
  46. # elpa packages
  47. /elpa/
  48. # reftex files
  49. *.rel
  50. # AUCTeX auto folder
  51. /auto/
  52. # cask packages
  53. .cask/
  54. dist/
  55. # Flycheck
  56. flycheck_*.el
  57. # server auth directory
  58. /server/
  59. # projectiles files
  60. .projectile
  61. # directory configuration
  62. .dir-locals.el
  63. # network security
  64. /network-security.data
  65. # End of https://www.toptal.com/developers/gitignore/api/emacs,elisp,commonlisp