X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=.gitignore-common;h=c65d2a2fd203c820d0a2c1b8042659a2240fb729;hp=157e9ef20186f317b7a19df96f12af9c7bd8dd72;hb=cddb07d092fdcf72ce2c87cd801b93732e64d3a9;hpb=5c01e193a17fcf730406e39fe7d019e1dee5c64d diff --git a/.gitignore-common b/.gitignore-common index 157e9ef..c65d2a2 100644 --- a/.gitignore-common +++ b/.gitignore-common @@ -16,6 +16,7 @@ *.pyc *.pyo +.tox #auto-ignore .gitignore @@ -46,6 +47,14 @@ build dist *.egg-info .eggs +.temp-tox #vscode -.vscode \ No newline at end of file +.vscode + +# Unit test / coverage reports +.coverage +cover +coverage.xml +nosetests.xml +