[PATCH v3 1/7] test: Don't ignore test output files left in test directory
"Bryce W. Harrington" <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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 -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo