From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxHrr-00035y-W3 for qemu-devel@nongnu.org; Fri, 22 Feb 2019 15:56:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxHgt-0006qL-Hu for qemu-devel@nongnu.org; Fri, 22 Feb 2019 15:45:04 -0500 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:34160) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxHgt-0006op-5p for qemu-devel@nongnu.org; Fri, 22 Feb 2019 15:45:03 -0500 Received: by mail-wr1-x442.google.com with SMTP id f14so3784704wrg.1 for ; Fri, 22 Feb 2019 12:45:03 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 22 Feb 2019 20:44:55 +0000 Message-Id: <20190222204500.24434-2-alex.bennee@linaro.org> In-Reply-To: <20190222204500.24434-1-alex.bennee@linaro.org> References: <20190222204500.24434-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v1 1/6] tests: Ignore fp test outputs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-s390x@nongnu.org, Eric Blake , "Emilio G . Cota" , =?UTF-8?q?Alex=20Benn=C3=A9e?= From: Eric Blake Commit 2cade3d wired up new tests, but did not exclude the new *.out files produced by running the tests. Signed-off-by: Eric Blake Reviewed-by: Emilio G. Cota Signed-off-by: Alex Bennée --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 72c18aaab0..f2bf85c8c4 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,6 +5,7 @@ benchmark-crypto-hmac check-* !check-*.c !check-*.sh +fp/*.out qht-bench rcutorture test-* -- 2.20.1