emacs: move configuration to .emacs.d
[~bandali/configs] / .gitignore
index 4303fd1..218b7e7 100644 (file)
@@ -1,16 +1,15 @@
-*.elc
-
-/early-init.el
-/init.el
-
-/straight/*
-!/straight/versions
-
-/var/*
-/var/eshell/lastdir
-/var/eshell/history
-
-!/var/eshell
-!/var/eshell/alias
-
-!/var/abbrev.el
+# byte-compiled elisp files
+.emacs.d/*.elc
+.emacs.d/early-init.el
+.emacs.d/init.el
+
+# straight
+.emacs.d/straight/*
+!.emacs.d/straight/versions
+
+# various
+.emacs.d/var/*
+.emacs.d/var/eshell/lastdir
+.emacs.d/var/eshell/history
+!.emacs.d/var/eshell
+!.emacs.d/var/abbrev.el