dovetail tool: ignore file amended 01/23401/6
authorMatthewLi <matthew.lijun@huawei.com>
Thu, 20 Oct 2016 03:49:49 +0000 (23:49 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Mon, 31 Oct 2016 02:56:12 +0000 (22:56 -0400)
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>
.gitignore

index ded6067..913e371 100644 (file)
@@ -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