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 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 43 | |
demx8as6 | 972fe24 | 2020-03-19 13:38:39 +0100 | [diff] [blame] | 44 | # data models in scp/oam/modeling |
| 45 | *.yang |
| 46 | |
demx8as6 | 7a944ea | 2019-09-08 12:03:44 +0200 | [diff] [blame] | 47 | # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) |
demx8as6 | f58b3e1 | 2019-09-18 08:53:26 +0200 | [diff] [blame] | 48 | !/.mvn/wrapper/maven-wrapper.jar |
| 49 | |
| 50 | # VES related |
| 51 | */**/json/examples |
demx8as6 | f9e11bb | 2021-04-02 13:37:33 +0200 | [diff] [blame] | 52 | */**/__pycache__ |
demx8as6 | f58b3e1 | 2019-09-18 08:53:26 +0200 | [diff] [blame] | 53 | *.log |
demx8as6 | 2493dbc | 2019-11-13 23:57:47 +0100 | [diff] [blame] | 54 | |
demx8as6 | 2799206 | 2021-12-13 08:29:46 +0100 | [diff] [blame^] | 55 | # avoid copyright issues with 3GPP |
| 56 | */**/3gpp/**/*.yaml |
| 57 | |
demx8as6 | 2493dbc | 2019-11-13 23:57:47 +0100 | [diff] [blame] | 58 | # documentation |
demx8as6 | f9e11bb | 2021-04-02 13:37:33 +0200 | [diff] [blame] | 59 | |
demx8as6 | 2493dbc | 2019-11-13 23:57:47 +0100 | [diff] [blame] | 60 | .tox |
herbert | 5d5d2f9 | 2020-03-18 17:26:34 +0100 | [diff] [blame] | 61 | docs/_build/ |
| 62 | ci-management/ |