12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- # ---> 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/
- # ---> macOS
- .DS_Store
- .AppleDouble
- .LSOverride
- # Icon must end with two \r
- Icon
- # Thumbnails
- ._*
- # Files that might appear in the root of a volume
- .DocumentRevisions-V100
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
|