Adding submodule locations 32/32/1
authorAshwin Sridharan <hiltunen@att.com>
Thu, 4 Apr 2019 10:48:11 +0000 (06:48 -0400)
committerAshwin Sridharan <hiltunen@att.com>
Thu, 4 Apr 2019 10:48:17 +0000 (06:48 -0400)
Change-Id: Idb0f5a70f7c570f53665972598275c4c1375d7b8
Signed-off-by: Ashwin Sridharan <hiltunen@att.com>
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ca8b327
--- /dev/null
@@ -0,0 +1,7 @@
+build/*
+*.o
+*-
+*.ps
+*.sp
+*.eps
+*.bak
diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..90a73a7
--- /dev/null
@@ -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