From 27208de76323186e91541beed36c863c7ba5c997 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 22 Mar 2012 17:22:17 +0800 Subject: Ignore the tempoary files --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1