diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:59:38 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:59:38 -0500 |
commit | ae99f855bb003f85db66856cf6ce515a9f493590 (patch) | |
tree | c9d038d85bc74309ba1eaaa16509edc18ca8eda5 /.gitmodules | |
parent | 9c02dbb59ce57c68dc177d9294b980bf114a3e11 (diff) | |
download | kshowmail-ae99f855bb003f85db66856cf6ce515a9f493590.tar.gz kshowmail-ae99f855bb003f85db66856cf6ce515a9f493590.zip |
Add admin and cmake submodules
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..5a9a136 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "admin"] + path = admin + url = http://scm.trinitydesktop.org/scm/git/tde-common-admin +[submodule "cmake"] + path = cmake + url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake |