aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-02-27 23:39:38 -0500
committerAstounds <kirito@disroot.org>2026-02-27 23:39:38 -0500
commit0879b710b36c118322775d1d330ed292d79d6dd2 (patch)
tree18a1a04019149872689396a421450d595d455404
parentfa9b2a92c21a8f7e7fda2d7902a9d6da96a962df (diff)
downloademacs-personal-0879b710b36c118322775d1d330ed292d79d6dd2.tar.lz
emacs-personal-0879b710b36c118322775d1d330ed292d79d6dd2.tar.xz
emacs-personal-0879b710b36c118322775d1d330ed292d79d6dd2.zip
.gitignore: update
-rw-r--r--.gitignore53
1 files changed, 33 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore
index 678b70b..baa34e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,39 +1,52 @@
### 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
+tramp/
+transient/
+url/
+
+# Packages and dependencies
+.cask/
+cask.lock
+elpa/
+vendor/
+
+# Configuration and state
+.env
+*~
+ede-projects.el
+.dir-locals.el
session*
-smex-items
+recentf
+projectile*
+smex*
snippets/
srecode-map.el
-tramp
-transient/
-url/
+
+# Private and var
+private/
var/
-vendor/
### Python Virtual ###
.python-environments/