From 0879b710b36c118322775d1d330ed292d79d6dd2 Mon Sep 17 00:00:00 2001 From: Astounds Date: Fri, 27 Feb 2026 23:39:38 -0500 Subject: [PATCH] .gitignore: update --- .gitignore | 55 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 678b70b..baa34e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,40 +1,53 @@ ### Emacs ### -:q +# Lock files .\#* -.cask/ +\#*\# + +# Byte compiled files +*.elc +*.eld + +# Cache and sessions .cache/ -.litable-lists.el -.org-id-locations +eln-cache/ .lsp-session-v1 .dap-breakpoints .session .smex-items -*.eld -.env -*~ -/.mc-lists.el -\#*\# -ac-comphist.dat +.mc-lists.el +.org-id-locations +.litable-lists.el auto-save-list/ bookmarks -ede-projects.el -elpa/* eshell/ history image-dired/ -private/* -projectile* -recentf -session* -smex-items -snippets/ -srecode-map.el -tramp +tramp/ transient/ url/ -var/ + +# Packages and dependencies +.cask/ +cask.lock +elpa/ vendor/ +# Configuration and state +.env +*~ +ede-projects.el +.dir-locals.el +session* +recentf +projectile* +smex* +snippets/ +srecode-map.el + +# Private and var +private/ +var/ + ### Python Virtual ### .python-environments/ elpy/