From 619c1d2830c6d30a7e204dc5590bdfcad9c078d1 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Tue, 5 May 2015 01:06:43 +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 e84e5ac9..c7bcd248 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