Add to_directory method to relevant object classes
[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 # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
51 !/.mvn/wrapper/maven-wrapper.jar
52
53 # VES related
54 */**/json/examples
55 */**/__pycache__
56 *.log
57
58 # avoid copyright issues with 3GPP
59 */**/3gpp/**/*.yaml
60
61 # node js
62 node_modules
63 package-lock.json
64
65 # wireshark
66 .cache
67
68 # ODLUX cache
69 */**/O D L UX*
70
71 # nodered
72 *.backup
73
74 # container-analyis
75 *.sbom.spdx.json
76 *.vulnerabilities.vex.json
77
78 # jenkins
79 */**/apps/jenkins/*
80
81 # wireshark
82 */**/apps/wireshark/*
83
84 # documentation
85 .tox
86 docs/_build/
87 ci-management/