Create a script to generate a Topology
[oam.git] / .gitignore
1 ##############################################################################
2 #
3 # Copyright 2019 highstreet technologies GmbH and others...
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #     https://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #
17
18 pom.xml.tag
19 pom.xml.releaseBackup
20 pom.xml.versionsBackup
21 pom.xml.next
22 dependency-reduced-pom.xml
23 buildNumber.properties
24 .mvn/timing.properties
25 *.pyc
26
27 */**/bin/
28
29 # Maven
30 target/
31 *.tar.gz
32
33 # Opendaylight yang-tools
34 yang-gen-sal/
35
36 # IDE (Eclipse, vsCode) related
37 .project
38 .classpath
39 .settings/
40 target-ide/
41 release.properties
42 .vscode
43
44 # python
45 __pycache__
46 .pylintrc
47 output
48
49 # data models in scp/oam/modeling
50 *.yang
51
52 # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
53 !/.mvn/wrapper/maven-wrapper.jar
54
55 # VES related
56 */**/json/examples
57 */**/__pycache__
58 *.log
59
60 # avoid copyright issues with 3GPP
61 */**/3gpp/**/*.yaml
62
63 # documentation
64 .tox
65 docs/_build/
66 ci-management/