From c8cf3e9c577bd1ea06963214f41024723d5e96a2 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Mon, 31 Aug 2015 17:05:40 +0200 Subject: Added submodules for examples and test data --- .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 0000000..f87dc9f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "test_data"] + path = test_data + url = https://github.com/ptrkrysik/test_data.git +[submodule "examples"] + path = examples + url = https://github.com/ptrkrysik/examples.git -- cgit v1.2.3