blob: 3dee5c4be6b293564e5170d020f03eeef6604cff [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
sousaedu439ba4a2021-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
beierlmd8fdecc2021-04-20 12:18:52 -040023.project
24.pydevproject
25.settings/
26
garciadeblas0c76fde2018-10-28 16:20:39 +010027
28#Generated folders when building the deb package locally
29debian/osm-imdocs.install
30.eggs
Mike Marchetti94b645e2017-08-04 14:33:54 -040031*egg-info
32*.gz
garciadeblase4eafa82017-11-29 17:34:36 +010033osm_im_trees
Mike Marchetti94b645e2017-08-04 14:33:54 -040034dists
35pool
garciadeblas0c76fde2018-10-28 16:20:39 +010036deb_dist
37dist
38osm-im-*.post*
39osm-imdocs-*.post*
40osm-imdocs_*.post*
garciadeblas67fce562019-11-08 14:14:14 +010041osm_im/nsd.py
42osm_im/vnfd.py
43osm_im/nst.py
44osm_im/nsi.py
45osm_im/osm.yaml
garciaale76f6a622020-11-19 17:57:42 -030046osm_im/etsi-nfv-nsd.py
sousaedu439ba4a2021-07-29 14:55:35 +020047osm_im/etsi_nfv_nsd.py
garciaale76f6a622020-11-19 17:57:42 -030048osm_im/etsi-nfv-vnfd.py
sousaedu439ba4a2021-07-29 14:55:35 +020049osm_im/etsi_nfv_vnfd.py
50sol006_model
garciadeblas0c76fde2018-10-28 16:20:39 +010051
52#Pyang and other tools' folders
53pyangbind
54pyang
55yang2swagger
56
57#YANG IETF files, retrieved from YANGmodels github
garciadeblasa1744192018-10-28 16:05:18 +010058models/yang/ietf-yang-types.yang
59models/yang/ietf-inet-types.yang
garciadeblas0c76fde2018-10-28 16:20:39 +010060
61#local stuff files that end in ".local" or folders called "local"
62*.local
63local
64