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