blob: 6fa1dcfdda2d168f0a6904b0ccb0c8703b1bbabf [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
beierlmd8fdecc2021-04-20 12:18:52 -040019.project
20.pydevproject
21.settings/
22
garciadeblas0c76fde2018-10-28 16:20:39 +010023
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
43osm_im/etsi-nfv-vnfd.py
garciadeblas0c76fde2018-10-28 16:20:39 +010044
45#Pyang and other tools' folders
46pyangbind
47pyang
48yang2swagger
49
50#YANG IETF files, retrieved from YANGmodels github
garciadeblasa1744192018-10-28 16:05:18 +010051models/yang/ietf-yang-types.yang
52models/yang/ietf-inet-types.yang
garciadeblas0c76fde2018-10-28 16:20:39 +010053
54#local stuff files that end in ".local" or folders called "local"
55*.local
56local
57