From a72b17ac2a035f493f83ec519a4ea89b23c77b40 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 7 Sep 2020 02:03:22 +0200 Subject: [PATCH] Added submodule to repository. --- .gitmodules | 3 +++ fritzconnection | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 fritzconnection diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ae4a4d7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "fritzconnection"] + path = fritzconnection + url = https://github.com/kbr/fritzconnection.git diff --git a/fritzconnection b/fritzconnection new file mode 160000 index 0000000..f2ed0ba --- /dev/null +++ b/fritzconnection @@ -0,0 +1 @@ +Subproject commit f2ed0baaaf57e4f0134c81ba4a7b0fcd8e8e9e53