aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2018-02-07 18:31:15 +0100
committertomsmeding <tom.smeding@gmail.com>2018-02-07 18:31:15 +0100
commitce5b7dba1050fdfbe10ca247db9e4d75148bb665 (patch)
treebbd1d953579516417eb860b60df60cca7a271f9c
parent93a5f1b89f48308bb4287a8d39ecde88e4549613 (diff)
Add termio submodule
-rw-r--r--.gitignore1
-rw-r--r--.gitmodules3
m---------termio0
3 files changed, 3 insertions, 1 deletions
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
+Subproject 27b2fed1846cebde87565abb65c0bde207d15d6