blob: e00db688429f974bee16eb1fa47b8639b7a0eff7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Backup files
*~
\#*\#
# Compiled Elisp
*.elc
# Generated by tests
/.cask/
/.stackmode/
/url/
# User-local variables
.dir-locals.el
# Test files
test/data-samples
# Info files
*.info
|