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:22:17 -0400 |
commit | 7e5880b7aab2d9f379781092f07ddcf77c380cf1 (patch) | |
tree | 58d5e934631d0d94374e344f66cf61010f2e5800 /.gitignore | |
parent | f16181a01ec02cb35d1093267ed42a6ced29ed64 (diff) | |
download | b4-7e5880b7aab2d9f379781092f07ddcf77c380cf1.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>
Diffstat (limited to '.gitignore')
-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 |