From 00e5ddf84f5ebbfad748464483074e83e9db8996 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index aa8ff500c..c428ebf12 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 -- cgit