The very beginning of my forever game project, starting as a "simple" roguelike.

.gitignore 441B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Created by https://www.gitignore.io/api/emacs,commonlisp
  2. ### Emacs ###
  3. # -*- mode: gitignore; -*-
  4. *~
  5. \#*\#
  6. /.emacs.desktop
  7. /.emacs.desktop.lock
  8. *.elc
  9. auto-save-list
  10. tramp
  11. .\#*
  12. # Org-mode
  13. .org-id-locations
  14. *_archive
  15. # flymake-mode
  16. *_flymake.*
  17. # eshell files
  18. /eshell/history
  19. /eshell/lastdir
  20. # elpa packages
  21. /elpa/
  22. # reftex files
  23. *.rel
  24. # AUCTeX auto folder
  25. /auto/
  26. # cask packages
  27. .cask/
  28. ### CommonLisp ###
  29. *.FASL
  30. *.fasl
  31. *.lisp-temp