From 67fce563eab75192c72242dabb3411fe6486a2ac Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 8 Nov 2019 14:14:14 +0100 Subject: [PATCH] .gitignore: added generated pyang python classes Change-Id: Ic5cf7f855f00cd0fbcf1ae6a2ffae31220342f62 Signed-off-by: garciadeblas --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4eb4eb9..893f025 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,11 @@ dist osm-im-*.post* osm-imdocs-*.post* osm-imdocs_*.post* +osm_im/nsd.py +osm_im/vnfd.py +osm_im/nst.py +osm_im/nsi.py +osm_im/osm.yaml #Pyang and other tools' folders pyangbind -- 2.17.1