From cfa973c4943a330b3bdb834f639fcd2b05bf2008 Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Thu, 10 Sep 2020 16:33:00 +0200 Subject: [PATCH] fixup! Add gitignore-file and common module --- .gitmodules | 2 +- common => include | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename common => include (100%) diff --git a/.gitmodules b/.gitmodules index 6964578..68d937b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "common"] - path = common + path = include url = ssh://git@git.ram.eemcs.utwente.nl:20022/horlingsw/mac.git diff --git a/common b/include similarity index 100% rename from common rename to include