[cairo] [PATCH v3 1/7] test: Don't ignore test output files left in test directory

Bryce W. Harrington b.harrington at samsung.com
Thu Aug 15 11:08:37 PDT 2013


Tests should be placing output files in the output/ directory now,
although not all tests follow this standard practice.  Drop the
"*.out.*" from .gitignore to make improper test behavior more evident.

Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
---
 test/.gitignore |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/.gitignore b/test/.gitignore
index dba5877..836f3f9 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -18,10 +18,6 @@ pdf2png
 ps2png
 svg2png
 valgrind-log
-*.out.*
-*.pass.*
-*.fail.*
-*.diff.png
 *.manifest
 *.gcda
 *.gcno
-- 
1.7.9.5


More information about the cairo mailing list