From e69e34ba11dfcc889bc3492395a6b93aedc25732 Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Tue, 10 Nov 2020 15:57:35 +0800 Subject: [PATCH] update submodule file --- .gitmodules | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a2b1f260 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "metadef"] + path = metadef + url = https://gitee.com/ascend/metadef.git + branch = master +[submodule "parser"] + path = parser + url = https://gitee.com/ascend/parser.git + branch = master