File tree 2 files changed +56
-9
lines changed
2 files changed +56
-9
lines changed Original file line number Diff line number Diff line change 36
36
* .app
37
37
38
38
# End of https://www.toptal.com/developers/gitignore/api/c++
39
+
40
+ # Created by https://www.toptal.com/developers/gitignore/api/emacs
41
+ # Edit at https://www.toptal.com/developers/gitignore?templates=emacs
42
+
43
+ # ## Emacs ###
44
+ # -*- mode: gitignore; -*-
45
+ * ~
46
+ \# * \#
47
+ /.emacs.desktop
48
+ /.emacs.desktop.lock
49
+ * .elc
50
+ auto-save-list
51
+ tramp
52
+ . \# *
53
+
54
+ # Org-mode
55
+ .org-id-locations
56
+ * _archive
57
+
58
+ # flymake-mode
59
+ * _flymake. *
60
+
61
+ # eshell files
62
+ /eshell /history
63
+ /eshell /lastdir
64
+
65
+ # elpa packages
66
+ /elpa /
67
+
68
+ # reftex files
69
+ * .rel
70
+
71
+ # AUCTeX auto folder
72
+ /auto /
73
+
74
+ # cask packages
75
+ .cask /
76
+ dist /
77
+
78
+ # Flycheck
79
+ flycheck_ * .el
80
+
81
+ # server auth directory
82
+ /server /
83
+
84
+ # projectiles files
85
+ .projectile
86
+
87
+ # directory configuration
88
+ .dir-locals.el
89
+
90
+ # network security
91
+ /network-security.data
92
+
93
+
94
+ # End of https://www.toptal.com/developers/gitignore/api/emacs
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments