diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-07 12:44:12 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-07 12:44:12 -0400 |
commit | eb05d765f4142aee3e17957daa35d9bd1cc2a1c0 (patch) | |
tree | ed59be85a45582015d7d993e34d178cb95504d18 /.gitmodules | |
parent | 108e78987bc39f11d0abbba7dbfe80704cbf0282 (diff) |
Use a git submodule to hold upstream source instead of home-grown hack.
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..0c2306f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tomsfastmath"] + path = tomsfastmath + url = https://github.com/libtom/tomsfastmath.git |