fix devops-stages/stage-build.sh grpclib instalation
[osm/LCM.git] / .gitignore-common
index 25753f6..08ca7f0 100644 (file)
@@ -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
+