diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-06-02 15:21:27 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-06-02 15:21:27 -0400 |
commit | bdcaede926dbdcc4b72cdcf14c45cf62a454e583 (patch) | |
tree | 58d5e934631d0d94374e344f66cf61010f2e5800 | |
parent | b29c92d3e0a74024ce30c2eaf0cd6f9c5ca1fae9 (diff) | |
download | b4-bdcaede926dbdcc4b72cdcf14c45cf62a454e583.tar.gz |
Add *.maildir to gitignore
Now that we can save as maildirs, add them to gitignore as well.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ __pycache__ *.egg-info *.patch *.mbx +*.maildir *.cover *.thanks .venv |