From c3ae4aaac9f0b168aed063d3e86c5196608eaba1 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 15 Apr 2015 00:17:26 +0200 Subject: Move more to git, add submodules, fix build script, change hgignore to gitignore --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..944fbabf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "main/openvpn"] + path = main/openvpn + url = git@github.com:schwabe/openvpn.git +[submodule "main/openssl"] + path = main/openssl + url = git@github.com:schwabe/platform_external_openssl.git -- cgit v1.2.3