From dff9b75c6fb900830e478ad5c71ca42efe34ffc6 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 11 Feb 2021 07:57:11 +0100 Subject: initial commit: added tmk_core submodule --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cfea067 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "tmk_core"] + path = tmk_core + url = https://github.com/tmk/tmk_core.git + ignore = dirty -- cgit v1.2.3