From 5060f9a6fbec45a4d6c628f09047108e83dfaae5 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Mon, 24 Nov 2014 13:32:38 -0500 Subject: [PATCH] git: ignore nitunit.xml files Signed-off-by: Alexandre Terrasa --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 65ac23a..62da951 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,8 @@ tests/out tests/*.xml tests/nitunit +nitunit.xml + *.stub.nit.[ch] .metadata/* -- 1.7.9.5