diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-15 15:55:47 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-15 15:56:56 +0800 |
commit | 47a53197c3005d368af4b8ef6e3a3340e517482e (patch) | |
tree | 745ee45b1b3616545ba7c6660d642845923e853b /.gitignore | |
parent | 39fef9d7310bcad75530dc79a3c1ba31f4481b95 (diff) |
Add code logic of tosca parser
In ONAP R1, VFC project will use nfv tosca parser
to parse csar package, init the directory and
file at the first time.
Change-Id: I826c8f485e0254832ca3b5b4d2808410eb5b7687
Issue-ID: VFC-97
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ logs/*.log -*.pyc
\ No newline at end of file +*.pyc +.idea
\ No newline at end of file |