X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=.gitignore;h=893f02598ad339f1458e5f1d989236ad1b110f0b;hp=b8b7d020b68a94b6f67b90f99215d6afe4defa74;hb=refs%2Fchanges%2F33%2F9833%2F2;hpb=a17441907cd7fa97476d6f9d01989a56344bbb6e diff --git a/.gitignore b/.gitignore index b8b7d02..893f025 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,51 @@ -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. + *.pyc -deb_dist -dist +.cache + +#IDEs +.idea + +#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 -.idea -debian/osm-imdocs.install +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 + +#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 +