From 0c76fde05c9d1be6e0d57533e515a95feba7f994 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Sun, 28 Oct 2018 16:20:39 +0100 Subject: [PATCH] Updated .gitignore Change-Id: If9cca5bd8a918ed0e205e5a6ffaecc3e69966bf8 Signed-off-by: garciadeblas --- .gitignore | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index b8b7d02..3e381c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,34 @@ -build -.eggs *.pyc -deb_dist -dist +.cache + +#IDEs +.idea + +#Generated folders when building the deb package locally +debian/osm-imdocs.install +.eggs *egg-info *.gz osm_im osm_im_trees -pyangbind -pyang dists pool -.idea -debian/osm-imdocs.install +deb_dist +dist +osm-im-*.post* +osm-imdocs-*.post* +osm-imdocs_*.post* + +#Pyang and other tools' folders +pyangbind +pyang +yang2swagger + +#YANG IETF files, retrieved from YANGmodels github models/yang/ietf-yang-types.yang models/yang/ietf-inet-types.yang + +#local stuff files that end in ".local" or folders called "local" +*.local +local + -- 2.17.1