12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- # Created by https://www.gitignore.io/api/linux,emacs,commonlisp
- ### Linux ###
- *~
- # temporary files which can be created if a process still has a handle open of a deleted file
- .fuse_hidden*
- # KDE directory preferences
- .directory
- # Linux trash folder which might appear on any partition or disk
- .Trash-*
- # .nfs files are created when an open file is removed but is still being accessed
- .nfs*
- ### Emacs ###
- # -*- mode: gitignore; -*-
- \#*\#
- /.emacs.desktop
- /.emacs.desktop.lock
- *.elc
- auto-save-list
- tramp
- .\#*
- # Org-mode
- .org-id-locations
- *_archive
- # flymake-mode
- *_flymake.*
- # eshell files
- /eshell/history
- /eshell/lastdir
- # elpa packages
- /elpa/
- # reftex files
- *.rel
- # AUCTeX auto folder
- /auto/
- # cask packages
- .cask/
- dist/
- # Flycheck
- flycheck_*.el
- # server auth directory
- /server/
- # projectiles files
- .projectile
- # directory configuration
- .dir-locals.el
- ### CommonLisp ###
- *.FASL
- *.fasl
- *.lisp-temp
- *.dfsl
- *.pfsl
- *.d64fsl
- *.p64fsl
- *.lx64fsl
- *.lx32fsl
- *.dx64fsl
- *.dx32fsl
- *.fx64fsl
- *.fx32fsl
- *.sx64fsl
- *.sx32fsl
- *.wx64fsl
- *.wx32fsl
- # End of https://www.gitignore.io/api/linux,emacs,commonlisp
- /stumpwm.log*
|