From 0ffd49a9a7a08cb84193054fe063dcdf03f113bf Mon Sep 17 00:00:00 2001
From: bcumming <bcumming@cscs.ch>
Date: Tue, 7 Jun 2016 09:39:27 +0200
Subject: [PATCH] move submodules to external path

---
 .gitmodules               | 4 ++--
 json => external/json     | 0
 vector => external/vector | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename json => external/json (100%)
 rename vector => external/vector (100%)

diff --git a/.gitmodules b/.gitmodules
index 25595a48..1540682e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "vector"]
-	path = vector
+	path = external/vector
 	url = git@github.com:bcumming/vector.git
 [submodule "json"]
-	path = json
+	path = external/json
 	url = git@github.com:bcumming/json.git
diff --git a/json b/external/json
similarity index 100%
rename from json
rename to external/json
diff --git a/vector b/external/vector
similarity index 100%
rename from vector
rename to external/vector
-- 
GitLab