.gitignore (1036B) (plain)
1 # Created by https://www.toptal.com/developers/gitignore/api/emacs,git 2 # Edit at https://www.toptal.com/developers/gitignore?templates=emacs,git 3 4 ### Emacs ### 5 # -*- mode: gitignore; -*- 6 *~ 7 \#*\# 8 /.emacs.desktop 9 /.emacs.desktop.lock 10 *.elc 11 auto-save-list 12 tramp 13 .\#* 14 15 # Org-mode 16 .org-id-locations 17 *_archive 18 19 # flymake-mode 20 *_flymake.* 21 22 # eshell files 23 /eshell/history 24 /eshell/lastdir 25 26 # elpa packages 27 /elpa/ 28 29 # reftex files 30 *.rel 31 32 # AUCTeX auto folder 33 /auto/ 34 35 # cask packages 36 .cask/ 37 dist/ 38 39 # Flycheck 40 flycheck_*.el 41 42 # server auth directory 43 /server/ 44 45 # projectiles files 46 .projectile 47 48 # directory configuration 49 .dir-locals.el 50 51 # network security 52 /network-security.data 53 54 55 ### Git ### 56 # Created by git for backups. To disable backups in Git: 57 # $ git config --global mergetool.keepBackup false 58 *.orig 59 60 # Created by git when using merge tools for conflicts 61 *.BACKUP.* 62 *.BASE.* 63 *.LOCAL.* 64 *.REMOTE.* 65 *_BACKUP_*.txt 66 *_BASE_*.txt 67 *_LOCAL_*.txt 68 *_REMOTE_*.txt 69 70 # End of https://www.toptal.com/developers/gitignore/api/emacs,git 71 72 .htmlcache 73 .gphcache