aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2023-09-06 10:26:08 -0500
committerDavid Bremner <david@tethera.net>2023-09-19 06:50:40 -0300
commite392daa729330e921229e475d00282c1cf926f5d (patch)
tree3b917522fabf6756e14afa380111c965fe6d5049 /.gitignore
parentd4e0aaa76bd9e7a9e36abf47dc9ad3ea8bc10334 (diff)
.gitignore: ignore __pycache__
Python likes to leave behind cache files; noticeable when doing an in-tree build.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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__