From a16d3fcd6ae96d7af7fe36c54e580809533962e1 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 26 Jun 2017 22:12:50 +0800 Subject: [PATCH] ignore .coverage --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 58c55ee7..5a1d27b4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ build/* dist/* *.egg-info .python-version -logs/% \ No newline at end of file +logs/% +.coverage \ No newline at end of file