ignore nose test results

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

Change-Id: I7b3dc7f3fe89dbac9c7156fe2cd1978495fa9fae
This commit is contained in:
Shu Muto 2017-06-22 13:43:16 +09:00
parent ccefad947e
commit e883fab46a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.py[cod]
*.sw[op]
*.sqlite3
*nose_results.html
.DS_Store
.DS_STORE