diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-25 06:44:32 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-25 06:44:32 +0100 |
commit | 3e58a0335e0fc79a98595b736cb6b4c783f8243d (patch) | |
tree | 8a3167839e92c9d0d72fe9104aec20ec62f2f440 /.emacs.d/.gitignore | |
parent | 955af18b32f821f842d4128e5a766a46ee610b8f (diff) | |
download | dotfiles-3e58a0335e0fc79a98595b736cb6b4c783f8243d.tar.gz |
Add straight lockfile
Diffstat (limited to '.emacs.d/.gitignore')
-rw-r--r-- | .emacs.d/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/.gitignore b/.emacs.d/.gitignore index b11b587..a7a4aa9 100644 --- a/.emacs.d/.gitignore +++ b/.emacs.d/.gitignore @@ -18,6 +18,7 @@ places savefile/ projectile-bookmarks.eld projects +.projects session* .cask tramp @@ -31,6 +32,7 @@ var/ .lsp-session* lisp/init-local.el site-lisp -straight +.emacs.d/straight/ +!.emacs.d/straight/versions elpa eln-cache |