blob: f1e4221cb96f16d5617bf709793a678d188c8050 [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
Mike Marchetti94b645e2017-08-04 14:33:54 -040014*.pyc
garciadeblas0c76fde2018-10-28 16:20:39 +010015.cache
16
17#IDEs
18.idea
19
20#Generated folders when building the deb package locally
21debian/osm-imdocs.install
22.eggs
Mike Marchetti94b645e2017-08-04 14:33:54 -040023*egg-info
24*.gz
garciadeblase4eafa82017-11-29 17:34:36 +010025osm_im_trees
Mike Marchetti94b645e2017-08-04 14:33:54 -040026dists
27pool
garciadeblas0c76fde2018-10-28 16:20:39 +010028deb_dist
29dist
30osm-im-*.post*
31osm-imdocs-*.post*
32osm-imdocs_*.post*
garciadeblas67fce562019-11-08 14:14:14 +010033osm_im/nsd.py
34osm_im/vnfd.py
35osm_im/nst.py
36osm_im/nsi.py
37osm_im/osm.yaml
garciaale76f6a622020-11-19 17:57:42 -030038osm_im/etsi-nfv-nsd.py
39osm_im/etsi-nfv-vnfd.py
garciadeblas0c76fde2018-10-28 16:20:39 +010040
41#Pyang and other tools' folders
42pyangbind
43pyang
44yang2swagger
45
46#YANG IETF files, retrieved from YANGmodels github
garciadeblasa1744192018-10-28 16:05:18 +010047models/yang/ietf-yang-types.yang
48models/yang/ietf-inet-types.yang
garciadeblas0c76fde2018-10-28 16:20:39 +010049
50#local stuff files that end in ".local" or folders called "local"
51*.local
52local
53