-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
50 lines (46 loc) · 875 Bytes
/
.gitignore
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Elisp byte code
*.elc
# Customization settings. We ignore these because they are automatically
# generated, contain “local” information (e.g. safe themes, automatically
# installed packages), and most importantly, hold _sensitive_ information,
# e.g. DB connection settings, access tokens, etc.
#
# DO NOT UNIGNORE THIS FILE!
/custom.el
# Installed packages
/elpa/
/.cask/
# Recovery and backup directories
/auto-save-list/
/.backup/
# Cache files and settings for packages
/tutorial/
/.emacs.desktop*
/.mc-lists.el
/smex-items
/bookmarks
/history
/ido.last*
/places
/projectile-bookmarks.eld
/projectile.cache
/recentf
/semanticdb/
/session.*
/tramp
/tramp-auto-save
/url/
/var/
/abbrev_defs
/cider-repl-history
/eww-bookmarks
/.sx
/ensime/
/company-statistics-cache.el
/eshell/
/network-security.data
/anaconda-mode/
/.cache/
/.DS_Store
/local/
flycheck_init.el