diff options
author | 2018-05-30 10:29:04 +0200 | |
---|---|---|
committer | 2018-06-28 20:41:33 +0000 | |
commit | e0a7c7e2efae6206927f203c6a78ba843a5ba93f (patch) | |
tree | 933f4f53cd9ab974744b22335b862989cea951f9 /.gitignore | |
parent | 0f43563624832c5908e6fc00eb0a4bbc6cc82c33 (diff) |
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>
(cherry picked from commit cc722289a74012c2f76a683f7fb6ca1904c85e93)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ /lib/auto.egg-info /build /dist +/docs_build +/docs_output +/opnfvdocs |