From: Michael J Gruber Date: Wed, 29 Jun 2022 11:04:35 +0000 (+0200) Subject: make git ignore new build products X-Git-Tag: 0.37_rc0~62 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=2a5e1cf98bf93b44f0c7ceed16b5dab52e017389 make git ignore new build products nmbug and notmuch-git are new build products. Make git ignore them just like other build products. Signed-off-by: Michael J Gruber --- diff --git a/.gitignore b/.gitignore index f846ebec..f94d1480 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,9 @@ /bindings/python-cffi/build/ /lib/libnotmuch*.dylib /lib/libnotmuch.so* +/nmbug /notmuch +/notmuch-git /notmuch-shared /releases /sh.config