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
|
*.log
|
||||||
|
|
||||||
|
# Weechat
|
||||||
weechat/logs/*
|
weechat/logs/*
|
||||||
|
|
||||||
|
# Vim
|
||||||
vim/.netrwhist
|
vim/.netrwhist
|
||||||
vim/bundle/*
|
vim/bundle/*
|
||||||
!vim/bundle/vundle/*
|
!vim/bundle/vundle/*
|
||||||
mutt/hcache
|
|
||||||
|
# Newsbeuter
|
||||||
newsbeuter/cache.db
|
newsbeuter/cache.db
|
||||||
newsbeuter/history.*
|
newsbeuter/history.*
|
||||||
|
|
||||||
|
# Cortext
|
||||||
cortex/seen.cache
|
cortex/seen.cache
|
||||||
|
|
||||||
|
# Mutt
|
||||||
|
mutt/hcache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue