[PATCH 1/4] gitignore: Ignore generated python-cffi files

Subject: [PATCH 1/4] gitignore: Ignore generated python-cffi files

Date: Wed, 15 Apr 2020 20:28:19 +0200

To: notmuch@notmuchmail.org

Cc:

From: Jonas Bernoulli


---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 468b660a..1c8705ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ tags
 /releases
 /.stamps
 *.stamp
+/bindings/python-cffi/build/
-- 
2.26.0

_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: