From dd9b57c9ab0b181807bcce58e544f382daed79bc Mon Sep 17 00:00:00 2001 From: Shuhei Tanuma Date: Mon, 16 Jul 2012 00:28:02 +0900 Subject: [PATCH] update .gitignore: avoids test output --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index bf80a00..2f6002b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,11 @@ config.sub # ignore dtrace header phpuv_dtrace.h + +# ignore test outputs +tests/*.diff +tests/*.exp +tests/*.log +tests/*.php +tests/*.sh +tests/*.out