emacs/.gitignore

67 lines
627 B
Plaintext
Raw Normal View History

2024-05-04 09:29:13 +01:00
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
2024-05-07 15:30:52 +01:00
eln-cache
2024-05-04 09:29:13 +01:00
auto-save-list
history
recentf
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
*.cache
*.db
# Magit
/transient/
*.sqlite
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
2024-05-04 09:29:13 +01:00
# EWW
/url/
# EMMS
/emms/
2024-05-04 09:29:13 +01:00
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# project file
/projects
2024-05-04 09:29:13 +01:00
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# network security
/network-security.data