ignore nose test results

To exclude nose test results from git management,
add '*nose_results.html' into .gitignore.

Change-Id: I1675a795da350e862c2495b8a2ce8d7957f0d2db
This commit is contained in:
Shu Muto 2017-06-22 12:35:03 +09:00
parent 1efb2069dd
commit 7ddb9c69ad

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ zun_ui/test/.secret_key_store
*.mo
*.py[cod]
*.swp
*nose_results.html