Update .gitignore
This commit is contained in:
parent
566fd39cf9
commit
40080c47a9
1 changed files with 6 additions and 8 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue