Skip to content

Commit 130e3d1

Browse files
committed
Emacs added to gitignore
1 parent ddcd28f commit 130e3d1

File tree

2 files changed

+56
-9
lines changed

2 files changed

+56
-9
lines changed

.gitignore

+56
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,59 @@
3636
*.app
3737

3838
# 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

main.cpp

-9
This file was deleted.

0 commit comments

Comments
 (0)