diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-08 19:03:17 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-08 19:03:17 +0000 |
commit | 810035ab675fbf35a79bb9b1f23619ad696e9183 (patch) | |
tree | d39d7e896acdde0d09762b09733fd9b471ae8372 /.gitignore | |
parent | 18fec99e540705c159a1b786122453446dc3a469 (diff) |
Improve install file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -1,23 +1,19 @@ .mutt/attachments/* -.mutt/cache/ -.mutt/cache/headers -.mutt/mailboxes/ -.mutt/mutt-colors-solarized/ +.mutt/cache/* .mutt/solarized -.mutt/temp/ -.nvim/.netrwhist +.mutt/temp/* .passwords .personal +.qutebrowser/qsettings .urxvt/ext .vifm/Trash .vifm/vifminfo .vifm/vimfiles .vim/.netrwhist -.vim/netrwhist -.vim/plugged/ +.vim/plugged .vim/vim-plug -.vim/vimundo/ -.zsh/zgen +.vim/vimundo/* .zsh/tmp +.zsh/zgen !*.gitkeep |