summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-03-22 17:22:17 +0800
committerXinchen Hui <laruence@php.net>2012-03-22 17:22:17 +0800
commit27208de76323186e91541beed36c863c7ba5c997 (patch)
treeed7f78e98ca6dac01a03d9a1398d68ca1e6582bf /.gitignore
parente96a172114dc6e491e265f3542c735b99e0ce557 (diff)
downloadphp-git-27208de76323186e91541beed36c863c7ba5c997.tar.gz
Ignore the tempoary files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f29524885c..6f291dc917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,6 +109,12 @@ main/php_config.h
main/php_config.h.in
# Test specific Ignores
+tests/*/*.diff
+tests/*/*.out
+tests/*/*.php
+tests/*/*.exp
+tests/*/*.log
+tests/*/*.sh
*/tests/*.diff
*/tests/*.out
*/tests/*.php
@@ -127,6 +133,12 @@ main/php_config.h.in
*/*/tests/*.exp
*/*/tests/*.log
*/*/tests/*.sh
+*/*/tests/*/*.diff
+*/*/tests/*/*.out
+*/*/tests/*/*.php
+*/*/tests/*/*.exp
+*/*/tests/*/*.log
+*/*/tests/*/*.sh
# Extension specifc ignores
ext/*/configure.in