unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] .gitignore: ignore __pycache__
@ 2023-09-06 15:26 Eric Blake
  2023-09-19  9:54 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2023-09-06 15:26 UTC (permalink / raw)
  To: notmuch

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] .gitignore: ignore __pycache__
  2023-09-06 15:26 [PATCH] .gitignore: ignore __pycache__ Eric Blake
@ 2023-09-19  9:54 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2023-09-19  9:54 UTC (permalink / raw)
  To: Eric Blake, notmuch

Eric Blake <eblake@redhat.com> writes:

> Python likes to leave behind cache files; noticeable when doing an
> in-tree build.

Applied to master. BTW, "make distclean" should now clean up those cache
directories; I think it did not when you sent in the patch.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-19  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-06 15:26 [PATCH] .gitignore: ignore __pycache__ Eric Blake
2023-09-19  9:54 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).