From 55b432b24cbdaa98e1d7aec46fdc2aa67f2bbf7f Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Mon, 12 Dec 2011 09:03:08 +0100 Subject: Update .gitignore for tests/auto/corelib/io/qresourceengine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test generates the runtime_resource.rcc data file at build time. Add this to .gitignore. Change-Id: Ief4057072b28499049147b86f166523b71afe269 Reviewed-by: João Abecasis --- tests/auto/corelib/io/qresourceengine/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/corelib/io/qresourceengine/.gitignore b/tests/auto/corelib/io/qresourceengine/.gitignore index eb48d60239..c93206ff3b 100644 --- a/tests/auto/corelib/io/qresourceengine/.gitignore +++ b/tests/auto/corelib/io/qresourceengine/.gitignore @@ -1 +1,2 @@ tst_qresourceengine +runtime_resource.rcc -- cgit v1.2.3