Commit: 7aa2b75db2efceff502c87c5bcb4db81accf4024 Author: Xinchen Hui <larue...@php.net> Tue, 20 Mar 2012 15:59:17 +0800 Committer: Xinchen Hui <larue...@php.net> Tue, 20 Mar 2012 17:20:15 +0800 Parents: 4a6d9b348febe7895a2748977898c09b6e40a7ce
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7aa2b75db2efceff502c87c5bcb4db81accf4024 Log: Ignore the temporay files in sapi/*/tests/ Changed paths: M .gitignore Diff: 7aa2b75db2efceff502c87c5bcb4db81accf4024 diff --git a/.gitignore b/.gitignore index f104329..f295248 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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php