From patchwork Thu Jun 24 20:31:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 56835 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 63F64B6F06 for ; Fri, 25 Jun 2010 06:31:58 +1000 (EST) Received: from localhost ([127.0.0.1]:52819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORt5W-00007A-Qg for incoming@patchwork.ozlabs.org; Thu, 24 Jun 2010 16:31:54 -0400 Received: from [140.186.70.92] (port=41747 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORt4x-00006z-M4 for qemu-devel@nongnu.org; Thu, 24 Jun 2010 16:31:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORt4w-0008UC-JF for qemu-devel@nongnu.org; Thu, 24 Jun 2010 16:31:19 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:51718) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORt4w-0008TX-6t for qemu-devel@nongnu.org; Thu, 24 Jun 2010 16:31:18 -0400 Received: from flocke.weilnetz.de (p54ADF942.dip.t-dialin.net [84.173.249.66]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MXmnn-1OfLty0eJz-00Wbgm; Thu, 24 Jun 2010 22:31:09 +0200 Received: from stefan by flocke.weilnetz.de with local (Exim 4.72) (envelope-from ) id 1ORt4m-0001EP-5j; Thu, 24 Jun 2010 22:31:08 +0200 From: Stefan Weil To: QEMU Developers Date: Thu, 24 Jun 2010 22:31:06 +0200 Message-Id: <1277411466-4689-1-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.7.1 X-Provags-ID: V01U2FsdGVkX18UfXBYs3XsIqn1+CQ0pHmfi8mkh+nR91NUopM /X3m5tozcptk9i8zPBXd80VxDPTUuu2DaMFzA47zDz3013KyJj Nn8ZqrLroVX7AFaLW2X+rLaIrbRGRuzYpxjocy2YPm4oeSVEEz EUg== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH] .gitignore: Ignore libdis*, qemu-options.def X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org libdis, libdis-user and qemu-options.def are generated directories / files and should be ignored by git. Signed-off-by: Stefan Weil --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index fdfe2f0..ce66ed5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ config-target.* *-darwin-user *-linux-user *-bsd-user +libdis* libhw32 libhw64 libuser @@ -21,6 +22,7 @@ qemu-img qemu-nbd qemu-nbd.8 qemu-nbd.pod +qemu-options.def qemu-options.texi qemu-img-cmds.texi qemu-img-cmds.h