diff options
author | Amin Bandali <bandali@gnu.org> | 2019-04-13 19:26:19 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-04-13 19:26:19 -0400 |
commit | 5fb7704c0f844191de7c5e4d03b059525348b5f4 (patch) | |
tree | a869cb94b55ed373b365f1a4275cc2b9f5f994c2 /.gitignore | |
parent | 466f433f6b3e26d0a57d377cf898a06fc1e453cc (diff) | |
download | configs-5fb7704c0f844191de7c5e4d03b059525348b5f4.tar.gz configs-5fb7704c0f844191de7c5e4d03b059525348b5f4.tar.xz configs-5fb7704c0f844191de7c5e4d03b059525348b5f4.zip |
emacs: move configuration to .emacs.d
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 15 insertions, 16 deletions
@@ -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 |