From be88b176744e1b1664f21217e72a18bac955935f Mon Sep 17 00:00:00 2001 From: Ashwin Sridharan Date: Thu, 4 Apr 2019 06:48:11 -0400 Subject: [PATCH] Adding submodule locations Change-Id: Idb0f5a70f7c570f53665972598275c4c1375d7b8 Signed-off-by: Ashwin Sridharan --- .gitignore | 7 +++++++ .gitmodules | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules 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 -- 2.16.6