diff options
author | hongbo tian <hongbo.tianhongbo@huawei.com> | 2016-11-03 07:39:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-03 07:39:35 +0000 |
commit | fb1dc1f24bfb410683d344529163dfe1cc721a1d (patch) | |
tree | 00e821316aa05dd254fc623e59cb8520b79c5db3 | |
parent | b4e753f311517c97923591f20e85ae467e4d8b94 (diff) | |
parent | 77af22403363242b315b63af3ad5d59c51ff2f87 (diff) |
Merge "dovetail tool: ignore file amended"
-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 |