From 99a938cad3741b5e20a8b5284620223a31f86e59 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 1 Nov 2024 18:19:12 +0100 Subject: [PATCH] Let Git ignore persistent variables The values persisted here seem to be irrelevant across Emacs installations, so there is no need to track those. It also does not seem to officially customize the location that persist.el uses for persisting variables: the variable that stores the directory path is called `persist--directory-location`, indicating a private variable. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4315733..9826c2b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /session.* /tramp +/persist/