From: Eric Blake <eblake@redhat.com>
To: notmuch@notmuchmail.org
Subject: [PATCH] .gitignore: ignore __pycache__
Date: Wed, 6 Sep 2023 10:26:08 -0500 [thread overview]
Message-ID: <20230906152621.101438-1-eblake@redhat.com> (raw)
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
next reply other threads:[~2023-09-06 15:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-06 15:26 Eric Blake [this message]
2023-09-19 9:54 ` [PATCH] .gitignore: ignore __pycache__ David Bremner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230906152621.101438-1-eblake@redhat.com \
--to=eblake@redhat.com \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).