From patchwork Fri Oct 28 04:26:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 122342 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 600621007DB for ; Fri, 28 Oct 2011 15:26:38 +1100 (EST) Received: from localhost ([::1]:54956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJe1Z-00038E-W9 for incoming@patchwork.ozlabs.org; Fri, 28 Oct 2011 00:26:33 -0400 Received: from eggs.gnu.org ([140.186.70.92]:55057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJe1U-00037x-9h for qemu-devel@nongnu.org; Fri, 28 Oct 2011 00:26:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJe1R-0001lZ-Me for qemu-devel@nongnu.org; Fri, 28 Oct 2011 00:26:28 -0400 Received: from ozlabs.org ([203.10.76.45]:54532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJe1R-0001kt-72 for qemu-devel@nongnu.org; Fri, 28 Oct 2011 00:26:25 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 053B61007DD; Fri, 28 Oct 2011 15:26:22 +1100 (EST) From: David Gibson To: qemu-devel@nongnu.org Date: Fri, 28 Oct 2011 15:26:18 +1100 Message-Id: <1319775978-7682-1-git-send-email-david@gibson.dropbear.id.au> X-Mailer: git-send-email 1.7.7 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 203.10.76.45 Subject: [Qemu-devel] [PATCH] Add qapi related generated files to .gitignore X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org .gitignore already lists the qapi-generated subdirectory which includes a number of files generated during build. However, there are some additional files generated by the qapi build which go in the top level directory. This patch adds them to .gitignore, removing the irritating noise from diffs and the like. Signed-off-by: David Gibson --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 6d2acab..406f75f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,10 @@ libhw64 libuser linux-headers/asm qapi-generated +qapi-types.[ch] +qapi-visit.[ch] +qmp-commands.h +qmp-marshal.c qemu-doc.html qemu-tech.html qemu-doc.info