diff --git a/.gitignore b/.gitignore index 75ec9a227..98b1e8e0a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ ipch/ *~ *.pyc *.bak +*.swp bin/ build*/ *.log diff --git a/src/.report.c.swp b/src/.report.c.swp deleted file mode 100644 index c7bb683f3..000000000 Binary files a/src/.report.c.swp and /dev/null differ diff --git a/src/report.c b/src/report.c index 2b6d618a0..2381fefdc 100644 --- a/src/report.c +++ b/src/report.c @@ -2170,6 +2170,7 @@ report_plaintext(const char *filename, report_context * ctx, newline(out); report_travelthru(out, r, f); } + newline(out); if (wants_stats && r->seen.mode >= seen_unit) { statistics(out, r, f);