X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=.gitignore;h=4eb4eb9fbc6fd8ea3220af7df7ac6162e3970a50;hp=0025eee9813040e6d767d634986adb0048066758;hb=361145b8cad9af57ec8102e5e7d83f2e7b22508c;hpb=d6ccaf7e0a66331e9be1046642868f84e7184a31;ds=sidebyside diff --git a/.gitignore b/.gitignore index 0025eee..4eb4eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,46 @@ -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 -pyangbind -pyang +osm_im_trees dists pool +deb_dist +dist +osm-im-*.post* +osm-imdocs-*.post* +osm-imdocs_*.post* + +#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 +