[Libguestfs] [PATCH] python: remove also __pycache__ directories on clean

Pino Toscano ptoscano at redhat.com
Thu Dec 19 14:36:17 UTC 2019


---
 python/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/Makefile.am b/python/Makefile.am
index 9aca202b5..c2f57a6ba 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -159,4 +159,4 @@ CLEANFILES += \
 	utils.c
 
 clean-local:
-	rm -rf build dist
+	rm -rf build dist __pycache__ t/__pycache__
-- 
2.24.1




More information about the Libguestfs mailing list