diff options
author | Slávek Banko <[email protected]> | 2012-06-23 15:43:07 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-23 15:43:07 +0200 |
commit | 6abafdc30019fc72eab69a56d829da551a80a235 (patch) | |
tree | f8b79cc8bd771620b75d0f9514ad207c87450f98 /.gitmodules | |
parent | e72b4c2df30c882cec0a636d88aa16c79ea84ecc (diff) | |
download | k3b-6abafdc30019fc72eab69a56d829da551a80a235.tar.gz k3b-6abafdc30019fc72eab69a56d829da551a80a235.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 |