Gitignore updated for Emacs
authorMert Gör <mertgor@masscollabs.xyz>
Sat, 17 Feb 2024 21:16:59 +0000 (00:16 +0300)
committerMert Gör <mertgor@masscollabs.xyz>
Sat, 17 Feb 2024 21:16:59 +0000 (00:16 +0300)
.gitignore

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9cd3410cfef5e8236188da8107d78043202b508d 100644 (file)
@@ -0,0 +1,55 @@
+# Created by https://www.toptal.com/developers/gitignore/api/emacs
+# Edit at https://www.toptal.com/developers/gitignore?templates=emacs
+
+### Emacs ###
+# -*- mode: gitignore; -*-
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+*.elc
+auto-save-list
+tramp
+.\#*
+
+# Org-mode
+.org-id-locations
+*_archive
+
+# flymake-mode
+*_flymake.*
+
+# eshell files
+/eshell/history
+/eshell/lastdir
+
+# elpa packages
+/elpa/
+
+# reftex files
+*.rel
+
+# AUCTeX auto folder
+/auto/
+
+# cask packages
+.cask/
+dist/
+
+# Flycheck
+flycheck_*.el
+
+# server auth directory
+/server/
+
+# projectiles files
+.projectile
+
+# directory configuration
+.dir-locals.el
+
+# network security
+/network-security.data
+
+
+# End of https://www.toptal.com/developers/gitignore/api/emacs