From 69e87c259ed2636de9458a8d10b6d2f04b9ac5e1 Mon Sep 17 00:00:00 2001
From: Fabian Becker <halfdan@xnorfz.de>
Date: Tue, 5 Feb 2013 20:43:59 +0000
Subject: [PATCH] Adding tests/results to .gitignore. Also removing trailing *
 as it is not needed.

---
 .gitignore | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index c1a99da2b2..ef823fd640 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,5 +18,6 @@ tmp/*
 *.db
 *.buildpath
 config/config.ini.php
-tests/PHPUnit/Integration/processed/*
-tests/lib/visualphpunit/app/resource/cache/*
\ No newline at end of file
+tests/PHPUnit/Integration/processed/
+tests/lib/visualphpunit/app/resource/cache/
+tests/results/
-- 
GitLab