diff options
author | Slávek Banko <[email protected]> | 2013-07-31 15:01:12 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-31 15:01:12 +0200 |
commit | 301c1da0c7d93da1f0d8d81e1c5c8d4e677067c2 (patch) | |
tree | 0c6229dd271e43a883fb8a2c984172d0aa86340e | |
parent | 1a79d6f5bfce52feb71c264d1b63d78a3da584c4 (diff) | |
download | krecipes-301c1da0c7d93da1f0d8d81e1c5c8d4e677067c2.tar.gz krecipes-301c1da0c7d93da1f0d8d81e1c5c8d4e677067c2.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://[email protected]/scm/git/tde-common-admin +[submodule "cmake"] + path = cmake + url = http://[email protected]/scm/git/tde-common-cmake diff --git a/admin b/admin new file mode 160000 +Subproject 6613b274c8ca9832e5a73e0e01f155ee3bac207 diff --git a/cmake b/cmake new file mode 160000 +Subproject 9773bff74aa09637c11dc0ca65ad4cf18f308fe |