mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update .gitignore
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,13 +1,10 @@
|
|||||||
.cask/
|
|
||||||
ext/*
|
|
||||||
!ext/*.sh
|
|
||||||
!ext/*.md
|
|
||||||
!ext/VARS
|
|
||||||
eshell/
|
eshell/
|
||||||
private/cache
|
|
||||||
private/snippets
|
|
||||||
var/
|
var/
|
||||||
core/autoloads.el
|
private/
|
||||||
|
scripts/*/
|
||||||
|
modules/autoloads.el
|
||||||
|
|
||||||
|
# emacs tempfiles that shouldn't be there
|
||||||
.mc-lists.el
|
.mc-lists.el
|
||||||
.org-id-locations
|
.org-id-locations
|
||||||
auto-save-list
|
auto-save-list
|
||||||
@ -24,5 +21,6 @@ debug.el
|
|||||||
*.dat
|
*.dat
|
||||||
*.eld
|
*.eld
|
||||||
|
|
||||||
|
# transient files
|
||||||
*.cache-*
|
*.cache-*
|
||||||
*.log
|
*.log
|
||||||
|
Reference in New Issue
Block a user