File tree Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change 1+ # Created by https://www.toptal.com/developers/gitignore/api/emacs
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=emacs
3+
4+ # ## Emacs ###
5+ # -*- mode: gitignore; -*-
6+ * ~
7+ \# * \#
8+ /.emacs.desktop
9+ /.emacs.desktop.lock
10+ * .elc
11+ auto-save-list
12+ tramp
13+ . \# *
14+
15+ # Org-mode
16+ .org-id-locations
17+ * _archive
18+
19+ # flymake-mode
20+ * _flymake. *
21+
22+ # eshell files
23+ /eshell /history
24+ /eshell /lastdir
25+
26+ # elpa packages
27+ /elpa /
28+
29+ # reftex files
30+ * .rel
31+
32+ # AUCTeX auto folder
33+ /auto /
34+
35+ # cask packages
36+ .cask /
37+ dist /
38+
39+ # Flycheck
40+ flycheck_ * .el
41+
42+ # server auth directory
43+ /server /
44+
45+ # projectiles files
46+ .projectile
47+
48+ # directory configuration
49+ .dir-locals.el
50+
51+ # network security
52+ /network-security.data
53+
54+
55+ # End of https://www.toptal.com/developers/gitignore/api/emacs
Original file line number Diff line number Diff line change 1+ 2024-02-01 Mert Gör <
[email protected] >
2+
3+ * hacker.tr.md: The Turkish version of how to become a committer
4+
5+ * README.md: The English article collection for how to become a committer
6+
7+ * by-sa.markdown: The original License file
8+
9+ * .gitignore: gitignore added for Emacs outputs
10+
11+ * LICENSE: CC BY-SA 4.0 or any later
12+
You can’t perform that action at this time.
0 commit comments