From 697e95b138fbb587b572e989ce7dc08d06588e12 Mon Sep 17 00:00:00 2001 From: Attila Kisko Date: Thu, 18 Aug 2016 20:53:02 +0200 Subject: [PATCH] Gitignore NUnit results. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 347ed319..d11b6143 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ obj/ Tester/ TestResults/ output/ +TestResult*.xml