From 21dcf73e38fb01bbaacabe9cdac8c98bf8c20592 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 10 May 2015 22:10:30 +0200 Subject: [PATCH] Add testresults.html to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8b81dfc20..f3ff3652a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ __pycache__ /.coverage /htmlcov /.tox +/testresults.html