From cc722289a74012c2f76a683f7fb6ca1904c85e93 Mon Sep 17 00:00:00 2001
From: Martin Klozik <martin.klozik@tieto.com>
Date: Wed, 30 May 2018 10:29:04 +0200
Subject: gitignore: Ignore docs generation dirs

Update .gitignore file to ignore OPNFVDOCS scripts and directories
used for docs generation.

Change-Id: I8a8476677b4f3d488d8b09b4eb17d98cad8e77bd
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index acb5d9d..70a5649 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,6 @@
 /lib/auto.egg-info
 /build
 /dist
+/docs_build
+/docs_output
+/opnfvdocs
-- 
cgit