update .gitignore: avoids test output

This commit is contained in:
Shuhei Tanuma 2012-07-16 00:28:02 +09:00
parent 32ea5e154f
commit dd9b57c9ab

8
.gitignore vendored
View File

@ -37,3 +37,11 @@ config.sub
# ignore dtrace header # ignore dtrace header
phpuv_dtrace.h phpuv_dtrace.h
# ignore test outputs
tests/*.diff
tests/*.exp
tests/*.log
tests/*.php
tests/*.sh
tests/*.out