diff options
author | Slávek Banko <[email protected]> | 2012-06-24 05:09:17 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-24 05:09:17 +0200 |
commit | 0341b5961d76794f7f9a429762c8bfeb1379b4a2 (patch) | |
tree | ee5d8d24d9eaf40cc2b208e7f3b9e7fabb9f75c5 | |
parent | 01a4f45a572830f83e5f0fdda639fb09241ab885 (diff) | |
download | kmyfirewall-0341b5961d76794f7f9a429762c8bfeb1379b4a2.tar.gz kmyfirewall-0341b5961d76794f7f9a429762c8bfeb1379b4a2.zip |
Add common directories
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 |
3 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 diff --git a/admin b/admin new file mode 160000 +Subproject e4edddce0ad20cd639e6ea1b21bb3bb6b0a3a3d diff --git a/cmake b/cmake new file mode 160000 +Subproject 8552bcafcd974f7303bb3cc4947b30a7ce0533f |