.emacs.d/.gitignore
Daniel Borchmann 99a938cad3
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.
2024-11-01 18:19:12 +01:00

41 lines
586 B
Plaintext

*.elc
/elpa/*
!/elpa/diminish-[0-9]*
!/elpa/bind-key-[0-9]*
!/elpa/dash-[0-9]*
!/elpa/hydra-[0-9]*
!/elpa/page-break-lines-[0-9]*
!/elpa/exec-path-from-shell-[0-9]*
!/elpa/lv-[0-9]*
/site-lisp/timeline-tools-autoloads.el
/.cache/
/.cask/
/.cider-history
/.mc-lists.el
/.org-id-locations
/.python-environments/
/TAGS
/auto-save-list
/dired-history
/eautosave/
/ebackup/
/el-get/
/eln-cache/
/elpy/
/eww-bookmarks
/flycheck_init.el
/games/*
/gnus.registry.eioioi
/helm-adaptive-history
/image-dired/
/mthesaur.txt.cache
/private
/semanticdb/
/server/server
/session.*
/tramp
/persist/