From f804e2b80d14a7fb5fa81258a87449db5ce69c5b Mon Sep 17 00:00:00 2001 From: ChristopherPrice Date: Mon, 27 Mar 2017 16:57:32 +0200 Subject: Adding the submdules directory for DoveTail. Can be cherry picked to stable, the content will not be linked in docs.opnfv.org at this time. Change-Id: Iae4ab8e9bc902c2726b69386b3ecf611f7890dee Signed-off-by: ChristopherPrice --- .gitmodules | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 6cf404d02..fa60a7123 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,6 +33,11 @@ url = ../domino branch = . ignore = dirty +[submodule "docs/submodules/dovetail"] + path = docs/submodules/dovetail + url = ../dovetail + branch = . + ignore = dirty [submodule "docs/submodules/escalator"] path = docs/submodules/escalator url = ../escalator @@ -181,4 +186,4 @@ path = docs/submodules/barometer url = ../barometer branch = . - ignore = dirty \ No newline at end of file + ignore = dirty -- cgit 1.2.3-korg