[PATCH] .gitignore: ignore __pycache__

Subject: [PATCH] .gitignore: ignore __pycache__

Date: Wed, 6 Sep 2023 10:26:08 -0500

To: notmuch@notmuchmail.org

Cc:

From: Eric Blake


Python likes to leave behind cache files; noticeable when doing an
in-tree build.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f94d1480..eda6d9cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /bindings/python-cffi/_notmuch_config.py
 TAGS
 tags
+__pycache__

base-commit: 5303e35089e1a8ffcdb1d5891bc85d3f6c401a8f
-- 
2.41.0

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: