From patchwork Wed Sep 28 23:58:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 9355385 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 77E6B6077A for ; Wed, 28 Sep 2016 23:59:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6AD0329651 for ; Wed, 28 Sep 2016 23:59:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5F4782969B; Wed, 28 Sep 2016 23:59:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1B3AD29651 for ; Wed, 28 Sep 2016 23:59:26 +0000 (UTC) Received: from localhost ([::1]:33872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpOl3-0000Cj-A0 for patchwork-qemu-devel@patchwork.kernel.org; Wed, 28 Sep 2016 19:59:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpOki-0000Cb-73 for qemu-devel@nongnu.org; Wed, 28 Sep 2016 19:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpOkg-0006YI-Fq for qemu-devel@nongnu.org; Wed, 28 Sep 2016 19:59:03 -0400 Received: from ozlabs.org ([2401:3900:2:1::2]:49161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpOkf-0006XM-5T for qemu-devel@nongnu.org; Wed, 28 Sep 2016 19:59:02 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 3skvmt6zXzz9s8x; Thu, 29 Sep 2016 09:58:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1475107134; bh=mZc0P1nZFnoKdxww12w9e07gFJmk/oPI5HknYbyfEIY=; h=From:To:Cc:Subject:Date:From; b=EbKKJiptc+/QfvMNI53LKObDmqc6yjKDwf959Q64gVUjkYKSoCoUGpSP1cln7hltR T0csOhPURXs/papw6gdHhCcnUxATRqRRFZIswM7POWzcyvuS4fYNZTxCLIFWcIqUph 05z3qDGdJyHKLOCTYp+pcYuXylzg5mQe/tpwHskc= From: David Gibson To: qemu-trivial@nongnu.org Date: Thu, 29 Sep 2016 09:58:48 +1000 Message-Id: <1475107128-5101-1-git-send-email-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.7.4 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2401:3900:2:1::2 Subject: [Qemu-devel] [PATCH] Update .gitignore X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org, David Gibson Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP This adds one generated header, and a couple of testcase binaries to the .gitignore files, which haven't yet been included. Signed-off-by: David Gibson Reviewed-by: Marc-André Lureau Reviewed-by: Alex Bennée --- .gitignore | 1 + tests/.gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c91d018..1babcc2 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ /trace/generated-ust.c /ui/shader/texture-blit-frag.h /ui/shader/texture-blit-vert.h +module_block.h *-timestamp /*-softmmu /*-darwin-user diff --git a/tests/.gitignore b/tests/.gitignore index 0f0c79b..9f3d2ee 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -12,7 +12,9 @@ rcutorture test-aio test-base64 test-bitops +test-blockjob test-blockjob-txn +test-bufferiszero test-clone-visitor test-coroutine test-crypto-afsplit