Adding mutt cache to gitignore, adding comments and sections too
This commit is contained in:
parent
452d21dccf
commit
8da9c8b8c6
1 changed files with 11 additions and 1 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,9 +1,19 @@
|
|||
*.log
|
||||
|
||||
# Weechat
|
||||
weechat/logs/*
|
||||
|
||||
# Vim
|
||||
vim/.netrwhist
|
||||
vim/bundle/*
|
||||
!vim/bundle/vundle/*
|
||||
mutt/hcache
|
||||
|
||||
# Newsbeuter
|
||||
newsbeuter/cache.db
|
||||
newsbeuter/history.*
|
||||
|
||||
# Cortext
|
||||
cortex/seen.cache
|
||||
|
||||
# Mutt
|
||||
mutt/hcache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue