Commit: 868dbe127ac12586e5fc6a8e3514eb5007477fee Author: Xinchen Hui(larue...@php.net) Tue, 20 Mar 2012 15:59:17 +0800 Committer: Xinchen Hui(larue...@php.net) Tue, 20 Mar 2012 15:59:17 +0800 Parents: e1931dd1ad35d46e1858a6571e16ed592c43f338
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=868dbe127ac12586e5fc6a8e3514eb5007477fee Log: Ignore the temporay files in sapi/*/tests/ Changed paths: M .gitignore Diff: 868dbe127ac12586e5fc6a8e3514eb5007477fee 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