emacs/.gitignore

84 lines
847 B
Plaintext
Raw Normal View History

2024-05-04 09:29:13 +01:00
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
2024-05-16 07:53:12 +01:00
custom.el
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
2024-05-10 14:19:48 +01:00
# bookmarks
/bookmarks
2024-05-11 10:17:14 +01:00
/image-dired/
/request/
2024-05-31 14:59:21 +01:00
/idlwave/
2024-06-12 18:32:55 +01:00
/games/
2024-06-30 12:12:19 +01:00
/calc.el
/README.el
# straight.el
/straight/build-cache.el
/straight/build/
/straight/modified/
/straight/repos/*
!/straight/repos/straight.el