diff options
author | Slávek Banko <[email protected]> | 2013-08-18 15:49:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-18 15:49:32 +0200 |
commit | 098a30b3bdb70b056c70de4924e43b076e34ede4 (patch) | |
tree | 136b6ec757ac78db648b141e1bbf571ea4523476 /.gitmodules | |
parent | 5b9a9cdea29c7a987026f074aa1d341070bc2dc8 (diff) | |
download | kkbswitch-098a30b3bdb70b056c70de4924e43b076e34ede4.tar.gz kkbswitch-098a30b3bdb70b056c70de4924e43b076e34ede4.zip |
Add common directories
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..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 |