From patchwork Sat Jul 23 05:41:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Raymond X-Patchwork-Id: 106411 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 C8D23B6F00 for ; Sat, 23 Jul 2011 15:42:50 +1000 (EST) Received: from localhost ([::1]:37873 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkUz7-0008LO-6e for incoming@patchwork.ozlabs.org; Sat, 23 Jul 2011 01:42:45 -0400 Received: from eggs.gnu.org ([140.186.70.92]:45494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkUz1-0008LD-Nv for qemu-devel@nongnu.org; Sat, 23 Jul 2011 01:42:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkUz0-0002sF-RT for qemu-devel@nongnu.org; Sat, 23 Jul 2011 01:42:39 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:38271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkUz0-0002sB-NI; Sat, 23 Jul 2011 01:42:38 -0400 Received: by vws17 with SMTP id 17so2387249vws.4 for ; Fri, 22 Jul 2011 22:42:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=zntU/tG12j9xofVzs1vyI1YCRU9gaWPMeeP1Ojpzixk=; b=FjuQh+Sb43gA+koOL6GU7pv92HNIQip7+LAH4YKVP4cqiIcSQrdIO9jBVj1HdLY+VG DRcH4FmZk5OIwiF6Vq5BX8it0MBbqOxRs18LCvFtK3HPKuEjg+vqJR2q2vhsJPnTTAiG vki6RughUwz0XfFeT2d7r6uYxvJLf7WyFOoX0= Received: by 10.52.175.7 with SMTP id bw7mr2284049vdc.32.1311399757684; Fri, 22 Jul 2011 22:42:37 -0700 (PDT) Received: from localhost.localdomain (modemcable055.201-23-96.mc.videotron.ca [96.23.201.55]) by mx.google.com with ESMTPS id cp8sm1652614vdc.18.2011.07.22.22.42.36 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Jul 2011 22:42:36 -0700 (PDT) From: Alexandre Raymond To: Qemu Developers Date: Sat, 23 Jul 2011 01:41:57 -0400 Message-Id: <1311399717-59131-1-git-send-email-cerbere@gmail.com> X-Mailer: git-send-email 1.7.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.45 Cc: qemu-trivial@nongnu.org, Alexandre Raymond Subject: [Qemu-devel] [PATCH] .gitignore: ignore qemu-ga and qapi-generated 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 Add a new binary and generation directory to the gitignore file Signed-off-by: Alexandre Raymond --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 08013fc..54835bc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ libdis* libhw32 libhw64 libuser +qapi-generated qemu-doc.html qemu-tech.html qemu-doc.info @@ -32,6 +33,7 @@ qemu-options.texi qemu-img-cmds.texi qemu-img-cmds.h qemu-io +qemu-ga qemu-monitor.texi QMP/qmp-commands.txt .gdbinit