summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2012-02-28 16:28:08 -0800
committerEthan Jackson <ethan@nicira.com>2012-03-02 13:30:25 -0800
commit79982e900ba733bc870e1516e46fdcda67cf9cc1 (patch)
tree6c4a56166e946f2d4cb42dc6697f7581052ff0af /.gitignore
parent66eb76d0fcdff78707a1bee4040e2411730d1a5a (diff)
downloadopenvswitch-79982e900ba733bc870e1516e46fdcda67cf9cc1.tar.gz
tests: Add code coverage for Python.
Adds support for Ned Batchelder's code coverage tool to the test suite. http://nedbatchelder.com/code/coverage/ Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 851c391bc..702cc6ca1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,9 +11,11 @@
*.pyc
*.so
*~
+*,cover
.#*
.*.cmd
.*.swp
+.coverage
.deps
.dirstamp
.libs