diff options
author | sg481n <sg481n@att.com> | 2017-09-15 13:18:19 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-09-15 13:18:23 -0400 |
commit | ef11f6dfe1bf486b6b514efe6ab1ab431b2adfe4 (patch) | |
tree | e917badb2af4408ba01aca2c2c130b84de26f3b9 /.gitmodules | |
parent | d2ce94c3951b5971cfad780182f7cd84ced1da1b (diff) |
Create initial document respository for AAF
Issue-id: AAF-64
Change-Id: Ie3fea6ef59877a46ce3b90866bbafe3ee55b13c7
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 756acae9a..b644d26bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,8 @@ url = ../dcaegen2 branch = . ignore = dirty +[submodule "docs/submodules/aaf/authz.git"] + path = docs/submodules/aaf/authz.git + url = ./aaf/authz + branch = . + ignore = dirty |