Merge pull request #602 from mcshooter/update-makefile

update make clean to remove coverage.out
This commit is contained in:
Kubernetes Prow Robot
2021-08-05 10:33:22 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,3 +6,4 @@ pr.env
junit*.xml
debug.test
/output/
coverage.out
+1
View File
@@ -278,3 +278,4 @@ clean:
rm -rf test/bin/
rm -f node-problem-detector-*.tar.gz*
rm -rf output/
rm -f coverage.out