From 7aa2b75db2efceff502c87c5bcb4db81accf4024 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 20 Mar 2012 15:59:17 +0800 Subject: [PATCH] Ignore the temporay files in sapi/*/tests/ --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f104329d915c..f29524885cca 100644 --- a/.gitignore +++ b/.gitignore @@ -114,11 +114,19 @@ main/php_config.h.in */tests/*.php */tests/*.exp */tests/*.log +*/tests/*.sh */tests/*/*.diff */tests/*/*.out */tests/*/*.php */tests/*/*.exp */tests/*/*.log +*/tests/*/*.sh +*/*/tests/*.diff +*/*/tests/*.out +*/*/tests/*.php +*/*/tests/*.exp +*/*/tests/*.log +*/*/tests/*.sh # Extension specifc ignores ext/*/configure.in