From: MatthewLi Date: Thu, 20 Oct 2016 03:49:49 +0000 (-0400) Subject: dovetail tool: ignore file amended X-Git-Tag: ovp.0.9.0~303^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F23401%2F6;p=dovetail.git 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 --- diff --git a/.gitignore b/.gitignore index ded60678..913e3713 100644 --- a/.gitignore +++ b/.gitignore @@ -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