diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-02-22 09:31:31 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-02-22 09:31:31 +0800 |
commit | b494650da07307c9698ad6901ae45bf7277d181a (patch) | |
tree | a1a439ffa2efdb41c9b11a1db923f0cfee7c5591 /.gitignore | |
parent | 36fc8de5b8e56c0ffdcf26f8a315cd1028f32056 (diff) |
Modify gitignore file
Change-Id: Id77a5c88cf30e81559334b668ddc70d7ae256e2d
Issue-Id: GVNFM-12
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 |