From 30895144f680a8b9a8b4b6313edb726361d36000 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 26 Nov 2010 13:50:29 +0200
Subject: Save test result to a temp file instead of piping it to diff

This makes tests more robust.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 53c48be..15db638 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,10 @@
 *.l
 *.l.cpp-options
 
+# Test output
+#
+*.out
+
 # Generated documentation.
 #
 *.pdf
-- 
cgit v1.1