diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-22 23:58:25 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-22 23:58:25 +0200 |
commit | de8b897b31b62a207d16815d802cee7547f7d60c (patch) | |
tree | 4bd3f41bbfc00f5c30d6b50db9636bcf9b88fea5 /.gitmodules | |
download | neetdraw-de8b897b31b62a207d16815d802cee7547f7d60c.tar.gz neetdraw-de8b897b31b62a207d16815d802cee7547f7d60c.tar.xz neetdraw-de8b897b31b62a207d16815d802cee7547f7d60c.zip |
Initial commit
Forked from termo's demo-draw.c
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ad38bca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "termo"] + path = termo + url = git://github.com/pjanouch/termo.git |