diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-04 17:26:50 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-04 17:26:50 -0500 |
commit | c8f54469537de810b7f57e65e0e883cb87aeba6e (patch) | |
tree | 24a7446be629210d0583676dda9e661bc715e480 /.gitmodules | |
parent | 1827347a511756e4202926300c604a034ecd60fd (diff) | |
download | tdevelop-c8f54469537de810b7f57e65e0e883cb87aeba6e.tar.gz tdevelop-c8f54469537de810b7f57e65e0e883cb87aeba6e.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 00000000..4fce771e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "admin"] + path = admin + url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin +[submodule "cmake"] + path = cmake + url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake |