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 | |
parent | 927ee6f5a67fa4703128a9947df2640d11b0823d (diff) |
Add submodules and gitignore
Change-Id: I0562f322f5ce0936349c9cd883344a1e72a58e75
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
-rw-r--r-- | .gitignore | 19 | ||||
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | app-controller | 0 | ||||
m--------- | conf.d/app-templates | 0 |
4 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6fa074c --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +.vscode +.kdev4 +*.kdev4 +*.swp +*.kate-swp +.vs +*.sln +*.vcxproj +*.user +obj +build +bin +docs_doxygen +node_modules/ +packaging/ +_book/ +GPATH +GRTAGS +GTAGS 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 diff --git a/app-controller b/app-controller new file mode 160000 +Subproject 8ff0fe3c454ea32ba383a3cfa9c4e91237d6c49 diff --git a/conf.d/app-templates b/conf.d/app-templates new file mode 160000 +Subproject 6e1a3c37e94f42f5307fd1fa749823b2d160a56 |