diff options
author | Timothy Pearson <[email protected]> | 2013-07-24 11:43:54 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-07-24 11:43:54 -0500 |
commit | a9591478337b722e704e2f6eaaeff231a92779e8 (patch) | |
tree | 717c1e080710107426d1a838d81317e6dbd27d55 /.gitmodules | |
parent | d598a49a3e1cadea0d72be28d147d219686413e7 (diff) | |
download | knmap-a9591478337b722e704e2f6eaaeff231a92779e8.tar.gz knmap-a9591478337b722e704e2f6eaaeff231a92779e8.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 |