summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-10-11 06:11:52 -0400
committerTim Graham <timograham@gmail.com>2012-10-11 06:11:52 -0400
commit06f5da3d7813e9a23b1e98ecf8b75fc6073800e9 (patch)
treeb452f60b10ad562b9b241afac7914a1cfce78ea6 /.gitignore
parent7ef2781ca0ce48872e21dce2f322c9e4106d1cfd (diff)
downloaddjango-06f5da3d7813e9a23b1e98ecf8b75fc6073800e9.tar.gz
Fixed #16817 - Added a guide of code coverage to contributing docs.
Thanks Pedro Lima for the draft patch.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 17e39abd38..2d028c7287 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
MANIFEST
dist/
docs/_build/
+tests/coverage_html/
+tests/.coverage \ No newline at end of file