diff options
author | Timothy Pearson <[email protected]> | 2011-11-04 16:45:18 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-04 16:45:18 -0500 |
commit | 58a79f5506562bcbebe4ee6e8cf6101234386a4d (patch) | |
tree | 3d0aaa6a9b9c5abb5cb8ac47f184dda44ca3ddb3 /.gitmodules | |
parent | da3e5a1f4c9485c509f6f8a199b303a49bf3d234 (diff) | |
download | kchmviewer-58a79f5506562bcbebe4ee6e8cf6101234386a4d.tar.gz kchmviewer-58a79f5506562bcbebe4ee6e8cf6101234386a4d.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 |