diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-03-23 15:58:31 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:13 +0200 |
commit | 13727387434666e46b52c84d35accf31cabf6b43 (patch) | |
tree | 00da4c09779ce6c605a04f2cdfdd4ff241310be7 /.gitmodules | |
parent | fd93b29165b6c6b26426af7bb62a8f97d4d4743e (diff) |
Add project skeleton
Change-Id: Ieae59a0c66c9a9f7500f56e33cc0a98d572c0621
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..54b5c1f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "conf.d/app-templates"] + path = conf.d/app-templates + url = https://gerrit.automotivelinux.org/gerrit/apps/app-templates +[submodule "afb-utilities"] + path = afb-utilities + url = git@github.com:iotbzh/afb-utilities |