From ef317b50ae528680b3e5cabe1f07d260b4614cce Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Tue, 5 May 2015 01:05:27 +0200 Subject: [PATCH] try to catch excluded files right --- tests/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index 44d0108e..e84e5ac9 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -8,5 +8,5 @@ testdox.html TestResults.tap TestResults.txt -*/templates_c/*.php -*/cache/*.php +./templates_c/*.php +./cache/*.php