.gitignore: update
This commit is contained in:
55
.gitignore
vendored
55
.gitignore
vendored
@@ -1,40 +1,53 @@
|
|||||||
### Emacs ###
|
### Emacs ###
|
||||||
:q
|
# Lock files
|
||||||
.\#*
|
.\#*
|
||||||
.cask/
|
\#*\#
|
||||||
|
|
||||||
|
# Byte compiled files
|
||||||
|
*.elc
|
||||||
|
*.eld
|
||||||
|
|
||||||
|
# Cache and sessions
|
||||||
.cache/
|
.cache/
|
||||||
.litable-lists.el
|
eln-cache/
|
||||||
.org-id-locations
|
|
||||||
.lsp-session-v1
|
.lsp-session-v1
|
||||||
.dap-breakpoints
|
.dap-breakpoints
|
||||||
.session
|
.session
|
||||||
.smex-items
|
.smex-items
|
||||||
*.eld
|
.mc-lists.el
|
||||||
.env
|
.org-id-locations
|
||||||
*~
|
.litable-lists.el
|
||||||
/.mc-lists.el
|
|
||||||
\#*\#
|
|
||||||
ac-comphist.dat
|
|
||||||
auto-save-list/
|
auto-save-list/
|
||||||
bookmarks
|
bookmarks
|
||||||
ede-projects.el
|
|
||||||
elpa/*
|
|
||||||
eshell/
|
eshell/
|
||||||
history
|
history
|
||||||
image-dired/
|
image-dired/
|
||||||
private/*
|
tramp/
|
||||||
projectile*
|
|
||||||
recentf
|
|
||||||
session*
|
|
||||||
smex-items
|
|
||||||
snippets/
|
|
||||||
srecode-map.el
|
|
||||||
tramp
|
|
||||||
transient/
|
transient/
|
||||||
url/
|
url/
|
||||||
var/
|
|
||||||
|
# Packages and dependencies
|
||||||
|
.cask/
|
||||||
|
cask.lock
|
||||||
|
elpa/
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
|
# Configuration and state
|
||||||
|
.env
|
||||||
|
*~
|
||||||
|
ede-projects.el
|
||||||
|
.dir-locals.el
|
||||||
|
session*
|
||||||
|
recentf
|
||||||
|
projectile*
|
||||||
|
smex*
|
||||||
|
snippets/
|
||||||
|
srecode-map.el
|
||||||
|
|
||||||
|
# Private and var
|
||||||
|
private/
|
||||||
|
var/
|
||||||
|
|
||||||
### Python Virtual ###
|
### Python Virtual ###
|
||||||
.python-environments/
|
.python-environments/
|
||||||
elpy/
|
elpy/
|
||||||
|
|||||||
Reference in New Issue
Block a user