From: Ashwin Sridharan Date: Thu, 4 Apr 2019 10:48:11 +0000 (-0400) Subject: Adding submodule locations X-Git-Tag: 1.0.31~44 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=be88b176744e1b1664f21217e72a18bac955935f;p=ric-plt%2Flib%2Frmr.git Adding submodule locations Change-Id: Idb0f5a70f7c570f53665972598275c4c1375d7b8 Signed-off-by: Ashwin Sridharan --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca8b327 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +build/* +*.o +*- +*.ps +*.sp +*.eps +*.bak diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..90a73a7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "ext/nng"] + path = ext/nng + url = https://github.com/nanomsg/nng.git +[submodule "ext/nanomsg"] + path = ext/nanomsg + url = https://github.com/nanomsg/nanomsg.git