From 7ddb9c69add499bc8323b730d608f16044ea321d Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Thu, 22 Jun 2017 12:35:03 +0900 Subject: [PATCH] ignore nose test results To exclude nose test results from git management, add '*nose_results.html' into .gitignore. Change-Id: I1675a795da350e862c2495b8a2ce8d7957f0d2db --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9ceacb4..8501ec1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ zun_ui/test/.secret_key_store *.mo *.py[cod] *.swp +*nose_results.html