blob: 7b8e52e9349680f1ee15cc1e30a636328860afaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# .gitignore for Smart Documents.
# All secrets!
secret*
projects
# .org => .el => .elc
*.elc
# All caches
*.cache
eln-cache/
# These directories are populated on config execution.
meta/**
url/**
transient/**
.cache/**
_minted*
server/*
eshell/*
# Tangled config .el and .elc file from .org
smart-documents.el*
# Misc
.org-id-locations
async-bytecomp.log
srecode-map.el
tramp
bookmarks
network-security.data
*~undo-tree~
# Executables
*.jar
|