From ce5b7dba1050fdfbe10ca247db9e4d75148bb665 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Wed, 7 Feb 2018 18:31:15 +0100 Subject: Add termio submodule --- .gitignore | 1 - .gitmodules | 3 +++ termio | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 termio diff --git a/.gitignore b/.gitignore index a7c9ed4..a8320cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -termio tetris diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c176ee5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "termio"] + path = termio + url = git@github.com:tomsmeding/termio.git diff --git a/termio b/termio new file mode 160000 index 0000000..27b2fed --- /dev/null +++ b/termio @@ -0,0 +1 @@ +Subproject commit 27b2fed1846cebde87565abb65c0bde207d15d6b -- cgit v1.2.3-54-g00ecf