[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Ignore .html, tramp + eshell histories.
.gitignore
@@ -6,6 +6,9 @@
6
6
# .org => .el => .elc
7
7
*.elc
8
8
9
Added:
# All website pages
10
Added:
*.html
11
Added:
9
12
# All caches
10
13
*.cache
11
14
@@ -19,6 +22,7 @@
19
22
_minted*
20
23
emojis/*
21
24
server/*
25
Added:
eshell/*
22
26
23
27
# Tangled config .el and .elc file from .org
24
28
smart-documents.el*
@@ -27,3 +31,4 @@
27
31
.org-id-locations
28
32
async-bytecomp.log
29
33
srecode-map.el
34
Added:
tramp