From 77af22403363242b315b63af3ad5d59c51ff2f87 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Wed, 19 Oct 2016 23:49:49 -0400 Subject: 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 --- .gitignore | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 -- cgit 1.2.3-korg