Update gitignore
I believe `emacs.d` was change to `.emacs.d` somewhere along the way. The gitignore needs to be updated, and some spam may have slipped in as well.
This commit is contained in:
parent
6842ecd3be
commit
18b9930b86
1 changed files with 10 additions and 10 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1,13 +1,13 @@
|
||||||
.vim
|
.vim
|
||||||
.DS_Store
|
.DS_Store
|
||||||
./configs/secrets
|
./configs/secrets
|
||||||
emacs.d/quelpa/**/*
|
.emacs.d/quelpa/**/*
|
||||||
emacs.d/elpa/**/*
|
.emacs.d/elpa/**/*
|
||||||
emacs.d/emojis
|
.emacs.d/emojis
|
||||||
emacs.d/auto-save-list/
|
.emacs.d/auto-save-list/**/*
|
||||||
emacs.d/eshell/
|
.emacs.d/eshell/
|
||||||
emacs.d/var/**/*
|
.emacs.d/var/**/*
|
||||||
emacs.d/request
|
.emacs.d/request
|
||||||
emacs.d/projectile-bookmarks.eld
|
.emacs.d/projectile-bookmarks.eld
|
||||||
emacs.d/network-security.data
|
.emacs.d/network-security.data
|
||||||
emacs.d/smex-items
|
.emacs.d/smex-items
|
||||||
|
|
Loading…
Reference in a new issue