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.
This commit is contained in:
parent
c6e359546d
commit
99a938cad3
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/session.*
|
||||
/tramp
|
||||
|
||||
/persist/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user