summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-10-20 16:27:47 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-10-21 06:56:10 +0000
commit364aee69d63d434dc4feca42acd58b9b3edfaf90 (patch)
treee95d543dfba11b061a5829638dc966dea04e371f /.gitignore
parentb1eece37415c11bc1eaff545b58a1eebe26e3aa5 (diff)
Remove unused builders for union types generated by yangtools
Generated builders are not used in the runtime. Starting from ODL boron, strings that represent union types, are processed according to YANG RFC, that is in the order they are specified in the "type" statement, unitl a match is found. That makes builders for union types obsolete. Change-Id: If9289a0dde34f345a672103d2461a3acd00e2afd Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 855ab0e1f..c6fe1f56d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@ maven-metadata-local.xml
*.log
.asciidoctor/
**/asciidoc/*.png
+# usused builders generated by yangtools
+**/org/opendaylight/yang/gen/v1/urn