| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | 
							- # ---> 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/
 
- # ---> OSX
 
- .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
 
 
  |