From 8da9c8b8c6186fcf4384c92bfae709d19ceaefd4 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 22 Mar 2013 10:30:42 -0500 Subject: [PATCH] Adding mutt cache to gitignore, adding comments and sections too --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f67fc8..f4abb75 100644 --- a/.gitignore +++ b/.gitignore @@ -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