diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-02-25 12:59:55 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-02-25 12:59:55 +0800 |
commit | 7e1cb7a9774935badc3ad3b7879f1f1efbe8f063 (patch) | |
tree | 7f6f1309c37ed675ba9131c64dad58911a53765f /.gitignore | |
parent | 9a2f07a128b013ff778744ed1ffdd459f67ad50d (diff) |
Modify swagger file of gvnfm-vnfmgr
Change-Id: I8e9ba1085bec8cd7686154bc4b9005d272114cac
Issue-Id: GVNFM-34
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,8 +1,4 @@ -target/ -coverage-report/ -bin/ -.project -.settings -.classpath -.class -.checkstyle +mgr/.idea +mgr/logs/runtime_mgr.log +*.pyc + |