diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-01-17 21:58:44 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-01-23 12:17:27 +0800 |
commit | d728b82cbff33ab7658e8aa0f2e846ae3afe3606 (patch) | |
tree | 491c74d47a8ac363a88310e026c873f5f1a38e49 /.gitignore | |
parent | b659a9296223b7f63a89bedbc0dad281117de936 (diff) |
Code refactoring about doctor QPI
- Move sample log files to test data
- Move configuration from plugin to plan
Change-Id: Iaaf36ab3ce29c2eafe2d75f3524e7a302cc3836d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,5 +71,5 @@ target/ AUTHORS ChangeLog -# unignore sample logfiles -!/opt/plugin/doctor/sample/*/* +# unignore external data +!/tests/data/**/* |