Emacs.gitignore 346 字节
Newer Older
1
# -*- mode: gitignore; -*-
2 3
*~
\#*\#
4 5
/.emacs.desktop
/.emacs.desktop.lock
6
*.elc
D
Dan 已提交
7 8
auto-save-list
tramp
9
.\#*
10 11 12 13

# Org-mode
.org-id-locations
*_archive
S
Sam T 已提交
14 15 16

# flymake-mode
*_flymake.*
17 18 19 20 21 22 23

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/
M
Michael S. Christensen 已提交
24 25 26

# reftex files
*.rel
27 28 29

# AUCTeX auto folder
/auto/
30 31 32

# cask packages
.cask/
33 34 35

# Flycheck
flycheck_*.el