From 1a1d1767eab44eccda52bd70a8f8287ce068b5b7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 20 May 2023 07:31:47 -0400 Subject: [PATCH] build: clean more cache directories --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 847e50987..b5276a944 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ clean: clean_platform ## Remove artifacts of test execution, installation, etc @rm -f tests/covmain.zip tests/zipmods.zip tests/zip1.zip @rm -rf doc/_build doc/_spell doc/sample_html_beta @rm -rf tmp - @rm -rf .cache .hypothesis .mypy_cache .pytest_cache + @rm -rf .cache .hypothesis .*_cache @rm -rf tests/actual @-make -C tests/gold/html clean