Skip to content

Commit aa5c7ec

Browse files
authored
Merge pull request #602 from mcshooter/update-makefile
update make clean to remove coverage.out
2 parents 383be3e + 203116b commit aa5c7ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pr.env
66
junit*.xml
77
debug.test
88
/output/
9+
coverage.out

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,4 @@ clean:
278278
rm -rf test/bin/
279279
rm -f node-problem-detector-*.tar.gz*
280280
rm -rf output/
281+
rm -f coverage.out

0 commit comments

Comments
 (0)