diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-03 17:20:21 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-03 17:20:21 +0000 |
commit | 3ca97b96cdce5322673fc7e1a5e506086da016a9 (patch) | |
tree | f53ea1ea8826105d169d197f6eb538155fa432eb /.gitignore | |
parent | f572e60704ca9ad32b01d7e9f150f50eae077eb1 (diff) |
Add directory for mutt attachments
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.mutt/cache/ +.mutt/attachments/* .mutt/cache/ .mutt/cache/headers .mutt/mailboxes/ @@ -19,3 +19,5 @@ .zsh/zgen .personal .passwords + +!**/*.gitkeep |