diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-02-23 10:09:28 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-02-23 10:09:28 +0800 |
commit | 35d4472ca6d22cebe2f0d2b81fc5179898a1fd61 (patch) | |
tree | 77499ff74d4aa239b801f36df5e23ef0d0f7df26 /.gitignore | |
parent | 6f5746f49c84b4897ade9f98b6c987802e374248 (diff) |
Fix bug of unittest: missing logs dir
Fix a bug resulting unittest failure:missing logs dir in git repo.
Rename tag to be more generic as well.
Change-Id: I5cf4460a0a606ce9d0a313856e1655d2c0c9d88f
Issue-Id: MULTIVIM-42
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ .settings/ .checkstyle target/ -logs/ +logs/*.log *.pyc |