We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30d2bf commit c94f86dCopy full SHA for c94f86d
.gitignore
@@ -11,3 +11,52 @@ _build/
11
src/config/
12
src/config.mlh
13
/strace.txt
14
+# -*- mode: gitignore; -*-
15
+*~
16
+\#*\#
17
+/.emacs.desktop
18
+/.emacs.desktop.lock
19
+*.elc
20
+auto-save-list
21
+tramp
22
+.\#*
23
+
24
+# Org-mode
25
+.org-id-locations
26
+*_archive
27
28
+# flymake-mode
29
+*_flymake.*
30
31
+# eshell files
32
+/eshell/history
33
+/eshell/lastdir
34
35
+# elpa packages
36
+/elpa/
37
38
+# reftex files
39
+*.rel
40
41
+# AUCTeX auto folder
42
+/auto/
43
44
+# cask packages
45
+.cask/
46
+dist/
47
48
+# Flycheck
49
+flycheck_*.el
50
51
+# server auth directory
52
+/server/
53
54
+# projectiles files
55
+.projectile
56
57
+# directory configuration
58
+.dir-locals.el
59
60
+# network security
61
+/network-security.data
62
0 commit comments