diff options
author | Xinchen Hui <laruence@php.net> | 2012-03-20 15:59:17 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-03-20 17:20:15 +0800 |
commit | 7aa2b75db2efceff502c87c5bcb4db81accf4024 (patch) | |
tree | 647d81fa2fc6064bcbf518bfc9005899907b4e64 /.gitignore | |
parent | 4a6d9b348febe7895a2748977898c09b6e40a7ce (diff) | |
download | php-git-7aa2b75db2efceff502c87c5bcb4db81accf4024.tar.gz |
Ignore the temporay files in sapi/*/tests/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
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 |