X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/0884b63b028514ff55208af9020e0dce5700e802..5fb7704c0f844191de7c5e4d03b059525348b5f4:/.gitignore diff --git a/.gitignore b/.gitignore index c5f850f..218b7e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ -*.elc - -/early-init.el -/init.el - -/var/* -/var/eshell/history - -!/var/eshell -!/var/eshell/alias - -!/var/abbrev.el - -!/lisp/bbdb/bbdb-autoloads.el -/var/eshell/lastdir +# 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