blob: fc7eb3c9e05c4caa1bc031ad5fbb6704beba4e1f [file] [log] [blame]
garciadeblas361145b2019-10-28 11:11:48 +01001# Licensed under the Apache License, Version 2.0 (the "License");
2# you may not use this file except in compliance with the License.
3# You may obtain a copy of the License at
4#
5# http://www.apache.org/licenses/LICENSE-2.0
6#
7# Unless required by applicable law or agreed to in writing, software
8# distributed under the License is distributed on an "AS IS" BASIS,
9# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10# implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
sousaedudee6eca2021-07-29 14:55:35 +020014venv
15
16.tox
17
Mike Marchetti94b645e2017-08-04 14:33:54 -040018*.pyc
garciadeblas0c76fde2018-10-28 16:20:39 +010019.cache
20
21#IDEs
22.idea
23
24#Generated folders when building the deb package locally
25debian/osm-imdocs.install
26.eggs
Mike Marchetti94b645e2017-08-04 14:33:54 -040027*egg-info
28*.gz
garciadeblase4eafa82017-11-29 17:34:36 +010029osm_im_trees
Mike Marchetti94b645e2017-08-04 14:33:54 -040030dists
31pool
garciadeblas0c76fde2018-10-28 16:20:39 +010032deb_dist
33dist
34osm-im-*.post*
35osm-imdocs-*.post*
36osm-imdocs_*.post*
garciadeblas67fce562019-11-08 14:14:14 +010037osm_im/nsd.py
38osm_im/vnfd.py
39osm_im/nst.py
40osm_im/nsi.py
41osm_im/osm.yaml
garciaale76f6a622020-11-19 17:57:42 -030042osm_im/etsi-nfv-nsd.py
sousaedudee6eca2021-07-29 14:55:35 +020043osm_im/etsi_nfv_nsd.py
garciaale76f6a622020-11-19 17:57:42 -030044osm_im/etsi-nfv-vnfd.py
sousaedudee6eca2021-07-29 14:55:35 +020045osm_im/etsi_nfv_vnfd.py
46sol006_model
garciadeblas0c76fde2018-10-28 16:20:39 +010047
48#Pyang and other tools' folders
49pyangbind
50pyang
51yang2swagger
52
53#YANG IETF files, retrieved from YANGmodels github
garciadeblasa1744192018-10-28 16:05:18 +010054models/yang/ietf-yang-types.yang
55models/yang/ietf-inet-types.yang
garciadeblas0c76fde2018-10-28 16:20:39 +010056
57#local stuff files that end in ".local" or folders called "local"
58*.local
59local
60