demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 1 | ############################################################################## |
demx8as6 | f58b3e1 | 2019-09-18 08:53:26 +0200 | [diff] [blame] | 2 | # |
demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 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 | # |
demx8as6 | 86b92e8 | 2021-05-08 15:58:54 +0200 | [diff] [blame] | 9 | # https://www.apache.org/licenses/LICENSE-2.0 |
demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 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 |
demx8as6 | 056e2bd | 2021-03-17 15:05:04 +0100 | [diff] [blame] | 25 | *.pyc |
demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 26 | |
| 27 | */**/bin/ |
| 28 | |
| 29 | # Maven |
| 30 | target/ |
demx8as6 | f58b3e1 | 2019-09-18 08:53:26 +0200 | [diff] [blame] | 31 | *.tar.gz |
demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 32 | |
| 33 | # Opendaylight yang-tools |
| 34 | yang-gen-sal/ |
| 35 | |
demx8as6 | 056e2bd | 2021-03-17 15:05:04 +0100 | [diff] [blame] | 36 | # IDE (Eclipse, vsCode) related |
demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 37 | .project |
| 38 | .classpath |
| 39 | .settings/ |
| 40 | target-ide/ |
| 41 | release.properties |
demx8as6 | 254f964 | 2021-04-16 11:50:29 +0200 | [diff] [blame] | 42 | .vscode |
demx8as6 | e7f8d78 | 2022-06-29 14:12:33 +0200 | [diff] [blame] | 43 | archive |
demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 44 | |
demx8as6 | 7a6901c | 2022-02-21 15:36:32 +0100 | [diff] [blame] | 45 | # python |
| 46 | __pycache__ |
| 47 | .pylintrc |
| 48 | output |
| 49 | |
demx8as6 | 972fe24 | 2020-03-19 13:38:39 +0100 | [diff] [blame] | 50 | # data models in scp/oam/modeling |
| 51 | *.yang |
| 52 | |
demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 53 | # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) |
demx8as6 | f58b3e1 | 2019-09-18 08:53:26 +0200 | [diff] [blame] | 54 | !/.mvn/wrapper/maven-wrapper.jar |
| 55 | |
| 56 | # VES related |
| 57 | */**/json/examples |
demx8as6 | f9e11bb | 2021-04-02 13:37:33 +0200 | [diff] [blame] | 58 | */**/__pycache__ |
demx8as6 | f58b3e1 | 2019-09-18 08:53:26 +0200 | [diff] [blame] | 59 | *.log |
demx8as6 | 2493dbc | 2019-11-13 23:57:47 +0100 | [diff] [blame] | 60 | |
demx8as6 | 2799206 | 2021-12-13 08:29:46 +0100 | [diff] [blame] | 61 | # avoid copyright issues with 3GPP |
| 62 | */**/3gpp/**/*.yaml |
| 63 | |
demx8as6 | 447099b | 2022-05-28 15:20:28 +0200 | [diff] [blame] | 64 | # node js |
| 65 | node_modules |
| 66 | package-lock.json |
| 67 | |
demx8as6 | 6edf9b8 | 2022-03-19 12:43:06 +0100 | [diff] [blame] | 68 | # wireshark |
| 69 | .cache |
| 70 | |
demx8as6 | 1fedb13 | 2022-09-17 10:13:43 +0200 | [diff] [blame] | 71 | # ODLUX cache |
| 72 | */**/O D L UX* |
| 73 | |
Martin Skorupski | 0dece5f | 2023-02-05 18:56:31 +0100 | [diff] [blame] | 74 | # nodered |
| 75 | *.backup |
| 76 | |
Martin Skorupski | 09581b1 | 2023-03-24 13:44:25 +0100 | [diff] [blame] | 77 | # container-analyis |
| 78 | *.sbom.spdx.json |
| 79 | *.vulnerabilities.vex.json |
| 80 | |
demx8as6 | 80ce9f7 | 2023-07-01 15:29:09 +0000 | [diff] [blame] | 81 | # jenkins |
| 82 | */**/apps/jenkins/* |
| 83 | |
| 84 | # wireshark |
| 85 | */**/apps/wireshark/* |
| 86 | |
demx8as6 | 2493dbc | 2019-11-13 23:57:47 +0100 | [diff] [blame] | 87 | # documentation |
| 88 | .tox |
herbert | 5d5d2f9 | 2020-03-18 17:26:34 +0100 | [diff] [blame] | 89 | docs/_build/ |
| 90 | ci-management/ |