Skip to content

Commit c94f86d

Browse files
author
mike dupont
committedSep 15, 2024·
adding emacs
1 parent f30d2bf commit c94f86d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
 

‎.gitignore

+49
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,52 @@ _build/
1111
src/config/
1212
src/config.mlh
1313
/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

Comments
 (0)
Please sign in to comment.