Skip to content

Instantly share code, notes, and snippets.

@algal
Created February 9, 2025 15:47
Show Gist options
  • Save algal/3f1a126e6ca0be94966377e0b6ca7cb0 to your computer and use it in GitHub Desktop.
Save algal/3f1a126e6ca0be94966377e0b6ca7cb0 to your computer and use it in GitHub Desktop.
Gitignore for emacsd
/ac-comphist.dat
#
# ignore potentially host-specific files,
# so the same .emac.d/ can be used on different hosts
#
/recentf
/abbrev_defs
/eln-cache
# tramp history
/tramp
transient
history
# compiled elisp (emacs version specific)
**/*.elc
# pcache, host-local cached data
/var/pcache/**
autosaves/
nrepl-history
# ido
ido.last
# emacs autosave backups
/*~
auto-save-list
# compiled python anywhere
**/*.pyc
eshell/.lsp-python
.lsp-session-v1
.lsp-python
backups/
!backups/readme.txt
rust-playground
eshell/history
eshell/lastdir
/bookmarks
/elpa/emacsql-sqlite-3.*/sqlite/emacsql-sqlite
/url/cookies
/url/
/org-persist/
/eshell/history
/eshell/lastdir
/projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment