diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-04-16 13:21:22 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-04-16 13:21:22 -0400 |
commit | 38e147e5e4f8a1b028164392af581e2ad4f2f24f (patch) | |
tree | 6752980cf8551b11749ffb14ca31f94504d3f04a /.gitmodules | |
parent | 43e4a555e97d08e808c85b45e60079f1c5bc45fd (diff) | |
download | tame-38e147e5e4f8a1b028164392af581e2ad4f2f24f.tar.gz tame-38e147e5e4f8a1b028164392af581e2ad4f2f24f.tar.bz2 tame-38e147e5e4f8a1b028164392af581e2ad4f2f24f.zip |
Documentation and testing scaffolding
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8baa33d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "tools/literate-xsl"] + path = tools/literate-xsl + url = https://github.com/lovullo/literate-xsl +[submodule "tools/xspec"] + path = tools/xspec + url = https://github.com/lovullo/xspec |