From d8cf2e0772544fb382a3cdd10f59ac5c31c8c87b Mon Sep 17 00:00:00 2001 From: "Wei-Cheng Yeh (IID)" Date: Sat, 16 Jan 2021 21:52:10 +0800 Subject: [PATCH] Add git submodules for embedded git repositories --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..55f3b3e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Test-C++/simple_type_erasure/nvwa-master"] + url = https://github.com/adah1972/nvwa.git + path = Test-C++/simple_type_erasure/nvwa-master +[submodule "c_cxx/cmcstl2"] + url = https://github.com/CaseyCarter/cmcstl2.git + path = c_cxx/cmcstl2