Created
February 9, 2025 15:47
-
-
Save algal/3f1a126e6ca0be94966377e0b6ca7cb0 to your computer and use it in GitHub Desktop.
Gitignore for emacsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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