X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=.gitignore-common;h=08ca7f029563be3a6a28b820a41944fdf822f3ac;hb=aebd7da39850e4e7edac17417350256a2a571ec4;hp=25753f6b2993e8e1bf40531cf6cf5a0a2107bc7f;hpb=2e2155173c047ac2acb8a626019eda2d87f785ed;p=osm%2FLCM.git diff --git a/.gitignore-common b/.gitignore-common index 25753f6..08ca7f0 100644 --- a/.gitignore-common +++ b/.gitignore-common @@ -34,13 +34,13 @@ logs #local stuff files that end in ".local" or folders called "local" local -osm_nbi/local -osm_nbi/test/local +osm_lcm/local +osm_lcm/test/local #local stuff files that end in ".temp" or folders called "temp" *.temp -osm_nbi/temp -osm_nbi/test/temp +osm_lcm/temp +osm_lcm/test/temp #distribution and package generation build @@ -48,3 +48,9 @@ dist *.egg-info .eggs +# Unit test / coverage reports +.coverage +cover +coverage.xml +nosetests.xml +