Code Review
/
auto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f19ad7f
)
gitignore: Ignore docs generation dirs
83/58083/1
author
Martin Klozik
<martin.klozik@tieto.com>
Wed, 30 May 2018 08:29:04 +0000
(10:29 +0200)
committer
Martin Klozik
<martin.klozik@tieto.com>
Wed, 30 May 2018 08:44:07 +0000
(10:44 +0200)
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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
acb5d9d
..
70a5649
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-5,3
+5,6
@@
/lib/auto.egg-info
/build
/dist
+/docs_build
+/docs_output
+/opnfvdocs