diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-07-26 20:22:26 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-07-26 20:23:26 +0100 |
commit | e3124195eea9d9015090db3725e00f147fafb559 (patch) | |
tree | 14ff286a97a05fa5bc48fa10437b7a58c6412c36 /.gitmodules | |
download | slice-parser-e3124195eea9d9015090db3725e00f147fafb559.tar.bz2 slice-parser-e3124195eea9d9015090db3725e00f147fafb559.tar.xz slice-parser-e3124195eea9d9015090db3725e00f147fafb559.zip |
Initial commit of packaged slice parser
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..8e6dc43 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ice"] + path = ice + url = https://github.com/zeroc-ice/ice |