My stumpwm configuration

.gitignore 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # Created by https://www.gitignore.io/api/linux,emacs,commonlisp
  2. ### Linux ###
  3. *~
  4. # temporary files which can be created if a process still has a handle open of a deleted file
  5. .fuse_hidden*
  6. # KDE directory preferences
  7. .directory
  8. # Linux trash folder which might appear on any partition or disk
  9. .Trash-*
  10. # .nfs files are created when an open file is removed but is still being accessed
  11. .nfs*
  12. ### Emacs ###
  13. # -*- mode: gitignore; -*-
  14. \#*\#
  15. /.emacs.desktop
  16. /.emacs.desktop.lock
  17. *.elc
  18. auto-save-list
  19. tramp
  20. .\#*
  21. # Org-mode
  22. .org-id-locations
  23. *_archive
  24. # flymake-mode
  25. *_flymake.*
  26. # eshell files
  27. /eshell/history
  28. /eshell/lastdir
  29. # elpa packages
  30. /elpa/
  31. # reftex files
  32. *.rel
  33. # AUCTeX auto folder
  34. /auto/
  35. # cask packages
  36. .cask/
  37. dist/
  38. # Flycheck
  39. flycheck_*.el
  40. # server auth directory
  41. /server/
  42. # projectiles files
  43. .projectile
  44. # directory configuration
  45. .dir-locals.el
  46. ### CommonLisp ###
  47. *.FASL
  48. *.fasl
  49. *.lisp-temp
  50. *.dfsl
  51. *.pfsl
  52. *.d64fsl
  53. *.p64fsl
  54. *.lx64fsl
  55. *.lx32fsl
  56. *.dx64fsl
  57. *.dx32fsl
  58. *.fx64fsl
  59. *.fx32fsl
  60. *.sx64fsl
  61. *.sx32fsl
  62. *.wx64fsl
  63. *.wx32fsl
  64. # End of https://www.gitignore.io/api/linux,emacs,commonlisp
  65. /stumpwm.log*