Re: [PATCH] .gitignore: ignore __pycache__

2023-09-19 Thread David Bremner
Eric Blake 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. ___ notmuch

[PATCH] .gitignore: ignore __pycache__

2023-09-06 Thread 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 @@