diff options
| author | Eric Blake <eblake@redhat.com> | 2023-09-06 10:26:08 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-09-19 06:50:40 -0300 |
| commit | e392daa729330e921229e475d00282c1cf926f5d (patch) | |
| tree | 3b917522fabf6756e14afa380111c965fe6d5049 /.gitignore | |
| parent | d4e0aaa76bd9e7a9e36abf47dc9ad3ea8bc10334 (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,3 +21,4 @@ /bindings/python-cffi/_notmuch_config.py TAGS tags +__pycache__ |
