diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-30 15:25:32 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-30 15:25:32 -0500 |
commit | 06f31c13df6aaf92124f10b8cb5eee96b75c4f73 (patch) | |
tree | f11bf819b17ae9de7399eb055160fb44dc64b04f /.gitmodules |
Initial commit.
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 00000000..d9c0194b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "deps/bitfield-c"] + path = deps/bitfield-c + url = https://github.com/openxc/bitfield-c +[submodule "deps/isotp-c"] + path = deps/isotp-c + url = https://github.com/openxc/isotp-c |