diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-02-08 11:51:14 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-02-08 12:04:46 +0800 |
commit | 1f2b48f4362e59e9c364b811906c86b77608b737 (patch) | |
tree | 0b789bf5372cfdd4dda5c3da6410819bac7f8a99 /.gitignore | |
parent | ba64ce23c5572b0de5e5596a479d9090115009e4 (diff) |
Create VNF instance,Create VNF Identifier
Change-Id: I62c5862cc1d3b37446a1141609560c9810f3ddb7
Issue-Id: GVNFM-15
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -1,8 +1,3 @@ -target/ -coverage-report/ -bin/ -.project -.settings -.classpath -.class -.checkstyle +lcm/.idea +lcm/logs/runtime_lcm.log +*.pyc |