X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=.gitignore;h=7bd56de8dfb60fd485b2ecd0427842d2b5323382;hp=66f71584205bd196ff133e7de3c3e14083dfb305;hb=eb2de82e1687c0592228833146d0e0452e09a92f;hpb=14ac7418d9804040bf5af0e2b032b0262332532b diff --git a/.gitignore b/.gitignore index 66f7158..7bd56de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,72 @@ -build -.eggs +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +venv + +.tox + *.pyc -deb_dist -dist +*.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 +.eggs *egg-info *.gz -osm_im osm_im_trees -pyangbind -pyang dists pool +deb_dist +dist +osm-im-*.post* +osm-imdocs-*.post* +osm-imdocs_*.post* +osm_im/nsd.py +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 +pyang +yang2swagger + +#YANG IETF files, retrieved from YANGmodels github +models/yang/ietf-yang-types.yang +models/yang/ietf-inet-types.yang + +#local stuff files that end in ".local" or folders called "local" +*.local +local +