diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-10 02:08:58 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-10 02:08:58 +0200 |
commit | dfef4f69052c86c3d0dd7b1006a91aafa5e6eab3 (patch) | |
tree | 6b8724ce38f9c2c000d6254d5eba5226b1d3a99d | |
parent | 0d02094e2b261de9aadac40f65a574e9fbee66e2 (diff) | |
download | tastymenu-dfef4f69052c86c3d0dd7b1006a91aafa5e6eab3.tar.gz tastymenu-dfef4f69052c86c3d0dd7b1006a91aafa5e6eab3.zip |
Add common directories
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4fce771 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "admin"] + path = admin + url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin +[submodule "cmake"] + path = cmake + url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake diff --git a/admin b/admin new file mode 160000 +Subproject d64fddb6f9a5a39cac4af9a4a3236e7ea8b002a diff --git a/cmake b/cmake new file mode 160000 +Subproject 5d19f23805e8cdb327b280ab87d8138781fc114 |