summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-09-08 20:10:03 +0000
committerUli Schlachter <psychon@znc.in>2013-09-09 21:15:12 +0200
commitf3574b8b3b3e9dbd9fca927096e5a8205e57033d (patch)
treebd370ce64750eddd96acd3ac724be85e225c0bca
parentf52165a7bb3de56fe2a06771f554f3997e176b94 (diff)
test: Don't ignore test output files left in test directory
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@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--test/.gitignore4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/.gitignore b/test/.gitignore
index dba587723..836f3f902 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -18,10 +18,6 @@ pdf2png
ps2png
svg2png
valgrind-log
-*.out.*
-*.pass.*
-*.fail.*
-*.diff.png
*.manifest
*.gcda
*.gcno