blob: 7bd56de8dfb60fd485b2ecd0427842d2b5323382 [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
sousaedu048e5e02021-07-29 14:55:35 +020014venv
15
16.tox
17
Mike Marchetti94b645e2017-08-04 14:33:54 -040018*.pyc
garciadeblaseb2de822021-04-09 22:12:47 +020019*.pyo
garciadeblas0c76fde2018-10-28 16:20:39 +010020.cache
garciadeblaseb2de822021-04-09 22:12:47 +020021.tox
garciadeblas0c76fde2018-10-28 16:20:39 +010022
23#IDEs
24.idea
beierlmd8fdecc2021-04-20 12:18:52 -040025.project
26.pydevproject
27.settings/
garciadeblaseb2de822021-04-09 22:12:47 +020028.vscode
beierlmd8fdecc2021-04-20 12:18:52 -040029
garciadeblaseb2de822021-04-09 22:12:47 +020030# Unit test / coverage reports
31.coverage
32cover
33coverage.xml
34nosetests.xml
garciadeblas0c76fde2018-10-28 16:20:39 +010035
36#Generated folders when building the deb package locally
37debian/osm-imdocs.install
38.eggs
Mike Marchetti94b645e2017-08-04 14:33:54 -040039*egg-info
40*.gz
garciadeblase4eafa82017-11-29 17:34:36 +010041osm_im_trees
Mike Marchetti94b645e2017-08-04 14:33:54 -040042dists
43pool
garciadeblas0c76fde2018-10-28 16:20:39 +010044deb_dist
45dist
46osm-im-*.post*
47osm-imdocs-*.post*
48osm-imdocs_*.post*
garciadeblas67fce562019-11-08 14:14:14 +010049osm_im/nsd.py
50osm_im/vnfd.py
51osm_im/nst.py
52osm_im/nsi.py
53osm_im/osm.yaml
garciaale76f6a622020-11-19 17:57:42 -030054osm_im/etsi-nfv-nsd.py
sousaedu048e5e02021-07-29 14:55:35 +020055osm_im/etsi_nfv_nsd.py
garciaale76f6a622020-11-19 17:57:42 -030056osm_im/etsi-nfv-vnfd.py
sousaedu048e5e02021-07-29 14:55:35 +020057osm_im/etsi_nfv_vnfd.py
58sol006_model
garciadeblas0c76fde2018-10-28 16:20:39 +010059
60#Pyang and other tools' folders
61pyangbind
62pyang
63yang2swagger
64
65#YANG IETF files, retrieved from YANGmodels github
garciadeblasa1744192018-10-28 16:05:18 +010066models/yang/ietf-yang-types.yang
67models/yang/ietf-inet-types.yang
garciadeblas0c76fde2018-10-28 16:20:39 +010068
69#local stuff files that end in ".local" or folders called "local"
70*.local
71local
72