X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=.gitignore-common;h=2e842150764ee9ac3e4b0c11e1654d1175c29b53;hb=6500339f6d90776325acc9973f0c8243b62b9439;hp=25753f6b2993e8e1bf40531cf6cf5a0a2107bc7f;hpb=2e2155173c047ac2acb8a626019eda2d87f785ed;p=osm%2FLCM.git diff --git a/.gitignore-common b/.gitignore-common index 25753f6..2e84215 100644 --- a/.gitignore-common +++ b/.gitignore-common @@ -18,33 +18,43 @@ *.pyc *.pyo -#auto-ignore +# auto-ignore .gitignore -#logs +# logs logs -#pycharm +# pycharm .idea +venv -#eclipse +# tox +.tox + +# eclipse .project .pydevproject .settings -#local stuff files that end in ".local" or folders called "local" +# 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" +# 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 +# distribution and package generation build dist *.egg-info .eggs +# Unit test / coverage reports +.coverage +cover +coverage.xml +nosetests.xml +