diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-04-26 17:13:00 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:50:45 +0200 |
commit | 678db6dfc51beba51af1ec07cac60e74d36059fd (patch) | |
tree | 013e533dcda5a1e0445448e5a068f499f629ae83 /.gitmodules | |
parent | 927ee6f5a67fa4703128a9947df2640d11b0823d (diff) |
Add submodules and gitignore
Change-Id: I0562f322f5ce0936349c9cd883344a1e72a58e75
Signed-off-by: Jonathan Aillet <jonathan.aillet@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..5dcf8c0 --- /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 "app-controller"] + path = app-controller + url = https://gerrit.automotivelinux.org/gerrit/apps/app-controller-submodule |