diff options
author | Timothy Pearson <[email protected]> | 2011-11-04 17:26:21 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-04 17:26:21 -0500 |
commit | ad1ecf122c7cc296e10ec43c75ebe86fd9784a91 (patch) | |
tree | bdd8a15392151a7b936c1b6f9aa6b572e080ac99 /.gitmodules | |
parent | 0141c1ae348428599e6a24fabadf2618c8b79ff1 (diff) | |
download | tdetoys-ad1ecf122c7cc296e10ec43c75ebe86fd9784a91.tar.gz tdetoys-ad1ecf122c7cc296e10ec43c75ebe86fd9784a91.zip |
Added 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 |