From 55190978872aade7e52ea90ecacccca4c3291d84 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Thu, 22 Jun 2017 13:42:19 +0900 Subject: [PATCH] ignore nose test results To exclude nose test results from git management, add '*nose_results.html' into .gitignore. Change-Id: I548a27ec617d68cba4f67c6e623c45cff9a8a63b --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6d47e4d..70b3144 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,4 @@ releasenotes/build *.mo *.pyc *.swp - +*nose_results.html