diff options
| author | Michael J Gruber <git@grubix.eu> | 2022-06-29 13:04:35 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-07-01 08:30:40 -0300 |
| commit | 2a5e1cf98bf93b44f0c7ceed16b5dab52e017389 (patch) | |
| tree | 594a8941523ca9da00094949254fdc14f4611f27 | |
| parent | d73ddec5b8c48c08d38e9e71666947aadafd3fb6 (diff) | |
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 <git@grubix.eu>
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,7 +10,9 @@ /bindings/python-cffi/build/ /lib/libnotmuch*.dylib /lib/libnotmuch.so* +/nmbug /notmuch +/notmuch-git /notmuch-shared /releases /sh.config |
