mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Rewrite .gitignore file
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,22 +1,22 @@
|
|||||||
.*
|
/.*
|
||||||
var/
|
*.cache*
|
||||||
modules/private
|
*.log
|
||||||
|
/modules/private
|
||||||
# folders created by Cask
|
|
||||||
cask/
|
|
||||||
elpa/
|
|
||||||
test/.local*/
|
test/.local*/
|
||||||
test/result
|
test/result
|
||||||
result
|
|
||||||
|
|
||||||
# emacs tempfiles that shouldn't be there
|
# emacs tempfiles that shouldn't be there
|
||||||
|
.yas-compiled-snippets.el
|
||||||
auto-save-list/
|
auto-save-list/
|
||||||
semanticdb
|
cask/
|
||||||
ede-projects.el
|
ede-projects.el
|
||||||
tramp
|
elpa/
|
||||||
smex-items
|
|
||||||
network-security.data
|
network-security.data
|
||||||
|
semanticdb
|
||||||
server/
|
server/
|
||||||
|
smex-items
|
||||||
|
tramp
|
||||||
|
var/
|
||||||
|
|
||||||
# compiled files
|
# compiled files
|
||||||
*.elc
|
*.elc
|
||||||
@ -24,7 +24,3 @@ server/
|
|||||||
*.fas
|
*.fas
|
||||||
*.dat
|
*.dat
|
||||||
*.eld
|
*.eld
|
||||||
|
|
||||||
# transient/os temp files
|
|
||||||
*.cache-*
|
|
||||||
*.log
|
|
||||||
|
Reference in New Issue
Block a user