From 5fb7704c0f844191de7c5e4d03b059525348b5f4 Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Sat, 13 Apr 2019 19:26:19 -0400
Subject: emacs: move configuration to .emacs.d

---
 .gitignore | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 4303fd1..218b7e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
-- 
cgit v1.2.3-60-g2f50