X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=.gitignore;h=7bd56de8dfb60fd485b2ecd0427842d2b5323382;hp=893f02598ad339f1458e5f1d989236ad1b110f0b;hb=eb2de82e1687c0592228833146d0e0452e09a92f;hpb=308422682bf5b5d0def81adb5220069707237c0d diff --git a/.gitignore b/.gitignore index 893f025..7bd56de 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,27 @@ # See the License for the specific language governing permissions and # limitations under the License. +venv + +.tox + *.pyc +*.pyo .cache +.tox #IDEs .idea +.project +.pydevproject +.settings/ +.vscode + +# Unit test / coverage reports +.coverage +cover +coverage.xml +nosetests.xml #Generated folders when building the deb package locally debian/osm-imdocs.install @@ -35,6 +51,11 @@ osm_im/vnfd.py osm_im/nst.py osm_im/nsi.py osm_im/osm.yaml +osm_im/etsi-nfv-nsd.py +osm_im/etsi_nfv_nsd.py +osm_im/etsi-nfv-vnfd.py +osm_im/etsi_nfv_vnfd.py +sol006_model #Pyang and other tools' folders pyangbind