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