diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-10-19 23:49:49 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-10-30 22:56:12 -0400 |
commit | 77af22403363242b315b63af3ad5d59c51ff2f87 (patch) | |
tree | 5fe852586b9b9171538d010d7bcac9c2160db0de /.gitignore | |
parent | 9b473f90a40cea5671f52665de694d58f7b2a1bf (diff) |
dovetail tool: ignore file amended
JIRA: DOVETAIL-37
1)as much as possible to stay the same
2)*.mo deleted since no C used in this repo
3)unittest-log.txt added, it can be produced by using unittest.sh -f
4)document related added, including *.sw?, CI related /docs_build/ /docs_ouput/, results dir
5)other personal habit will not included in this
Change-Id: I1e3c95d74f99c212838a987f1705af3902f6f58d
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,8 +1,5 @@ *.py[cod] -# C extensions -*.so - # Packages *.egg *.egg-info @@ -19,18 +16,20 @@ lib lib64 __pycache__ -# Installer logs +# Installation logs pip-log.txt -# Unit test / coverage reports +# unittest/coverage reports .coverage .tox nosetests.xml +unittest_results.log # Translations *.mo -# Mr Developer -.mr.developer.cfg -.project -.pydevproject +# Sphinx documentation +*.sw? +docs_build/ +docs_output/ +dovetail/results |