From e392a62aa988c374680b834347174fed2b6e3acd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 22 Jun 2026 10:06:09 +0200 Subject: emacs: ignore the .cache/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/emacs/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.config/emacs') diff --git a/.config/emacs/.gitignore b/.config/emacs/.gitignore index 7e4153f..814af4b 100644 --- a/.config/emacs/.gitignore +++ b/.config/emacs/.gitignore @@ -2,6 +2,7 @@ .lsp-session* auto-save-list/ eln-cache/ +.cache/ history projects straight/ -- cgit v1.2.3