We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6050c9 commit afe9293Copy full SHA for afe9293
Makefile
@@ -57,10 +57,11 @@ clean:
57
find . -name "*.pyc" -exec rm -v {} +
58
find . -name "*~" -exec rm -v {} +
59
find . -type d -name "__pycache__" -exec rm -rv {} +
60
- rm -rvf build dist MANIFEST .coverage .cache .pytest_cache htmlcov coverage.xml
+ rm -rvf build dist .eggs MANIFEST .coverage .cache .pytest_cache htmlcov coverage.xml
61
rm -rvf $(TESTDIR)
62
rm -rvf baseline
63
rm -rvf result_images
64
+ rm -rvf results
65
66
distclean: clean
67
rm -rvf *.egg-info
0 commit comments