X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=e8588c707256bcf95d0acb81ae28fc24750e060d;hb=254f964fa36cd26edb45320042d6d2d299e03914;hp=d566b1fb67ba997f32ab5fb882688a17f6be21c2;hpb=7a944eaca643edca048748fbea1cad78d1e9e59c;p=oam.git diff --git a/.gitignore b/.gitignore index d566b1f..e8588c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ ############################################################################## +# # Copyright 2019 highstreet technologies GmbH and others... # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,21 +22,36 @@ pom.xml.next dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties +*.pyc */**/bin/ # Maven target/ +*.tar.gz # Opendaylight yang-tools yang-gen-sal/ -# Eclipse related +# IDE (Eclipse, vsCode) related .project .classpath .settings/ target-ide/ release.properties +.vscode + +# data models in scp/oam/modeling +*.yang # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar \ No newline at end of file +!/.mvn/wrapper/maven-wrapper.jar + +# VES related +*/**/json/examples +*.log + +# documentation +.tox +docs/_build/ +ci-management/