diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-02-11 07:57:11 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-02-13 05:49:10 +0100 |
commit | dff9b75c6fb900830e478ad5c71ca42efe34ffc6 (patch) | |
tree | 48f3813b4f80b39651afeb78cc44bf33a4a161d3 /.gitmodules | |
download | tmk7637-dff9b75c6fb900830e478ad5c71ca42efe34ffc6.tar.gz |
initial commit: added tmk_core submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |