Merge changes from topics "OAM-344", "OAM-345"
[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 archive
44
45 # python
46 __pycache__
47 .pylintrc
48 output
49
50 # data models in scp/oam/modeling
51 *.yang
52
53 # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
54 !/.mvn/wrapper/maven-wrapper.jar
55
56 # VES related
57 */**/json/examples
58 */**/__pycache__
59 *.log
60
61 # avoid copyright issues with 3GPP
62 */**/3gpp/**/*.yaml
63
64 # node js
65 node_modules
66 package-lock.json
67
68 # wireshark
69 .cache
70
71 # ODLUX cache
72 */**/O D L UX*
73
74 # nodered
75 *.backup
76
77 # container-analyis
78 *.sbom.spdx.json
79 *.vulnerabilities.vex.json
80
81 # jenkins
82 */**/apps/jenkins/*
83
84 # wireshark
85 */**/apps/wireshark/*
86
87 # documentation
88 .tox
89 docs/_build/
90 ci-management/