From: Xinchen Hui <laruence@php.net>
Date: Tue, 20 Mar 2012 07:59:17 +0000 (+0800)
Subject: Ignore the temporay files in sapi/*/tests/
X-Git-Tag: PHP-5.4.1-RC1~12^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7aa2b75db2efceff502c87c5bcb4db81accf4024;p=php

Ignore the temporay files in sapi/*/tests/
---

diff --git a/.gitignore b/.gitignore
index f104329d91..f29524885c 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