diff --git a/.gitignore b/.gitignore index 5951901b653cb6..efbdc824d29289 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ node_g icu_config.gypi .eslintcache node_trace.*.log +coverage/ /out diff --git a/Makefile b/Makefile index 3bd71f43b43fdc..2b832d0144670b 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ coverage-clean: $(RM) -r node_modules $(RM) -r gcovr testing $(RM) -r out/$(BUILDTYPE)/.coverage - $(RM) -r .cov_tmp coverage + $(RM) -r .cov_tmp $(RM) out/$(BUILDTYPE)/obj.target/node/{src,gen}/*.gcda $(RM) out/$(BUILDTYPE)/obj.target/node/src/tracing/*.gcda $(RM) out/$(BUILDTYPE)/obj.target/node/{src,gen}/*.gcno