-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (43 loc) · 998 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
51
52
53
54
55
56
# -*- mode: gitignore; -*-
# Files to ignore for .emacs.d repo
# https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore
##---
## General Emacs things
##---
*~
\#*\#
*.elc
.\#*
##---
## no-littering
##---
/var
/etc
# place for dumping old files/folders in case we need.
# no-littering package should put things into /etc or /var now.
# And nothing more should be added to here.
/pre-no-littering
##---
## Auto-gen, packages, etc.
##---
# emacs auto-save
#/auto-save-list/ # managed by no-littering now?
#/backups/ # managed by no-littering now?
#/savehist # managed by no-littering now?
# package.el repository
#/elpa/ # Moved to packages subdir.
/packages/elpa/
# emacs... processes?
/server/
#/eshell/ # managed by no-littering
# packages:
#/xkcd # managed by no-littering
#/recentf # managed by no-littering
#/url # managed by no-littering
#/projectile-bookmarks.eld # managed by no-littering
#/transient # managed by no-littering
##---
## Misc
##---
test.txt
*.bat