diff options
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 |