From patchwork Fri Dec 7 01:03:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cole Robinson X-Patchwork-Id: 204365 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 253BC2C00C2 for ; Fri, 7 Dec 2012 12:03:49 +1100 (EST) Received: from localhost ([::1]:57834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgmLz-0000nd-3g for incoming@patchwork.ozlabs.org; Thu, 06 Dec 2012 20:03:47 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgmLq-0000nU-OF for qemu-devel@nongnu.org; Thu, 06 Dec 2012 20:03:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgmLp-0003lU-TL for qemu-devel@nongnu.org; Thu, 06 Dec 2012 20:03:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgmLp-0003lG-MO; Thu, 06 Dec 2012 20:03:37 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qB713ZFm029423 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 6 Dec 2012 20:03:35 -0500 Received: from colepc.redhat.com (ovpn-113-169.phx2.redhat.com [10.3.113.169]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qB713YPp018457; Thu, 6 Dec 2012 20:03:34 -0500 From: Cole Robinson To: qemu-devel@nongnu.org Date: Thu, 6 Dec 2012 20:03:26 -0500 Message-Id: <8b94a7004b9d169a579a9ee1a9513e6cb212690f.1354842199.git.crobinso@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: qemu-trivial , Cole Robinson Subject: [Qemu-devel] [PATCH] gitignore: Add virtfs-proxy-helper 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 Signed-off-by: Cole Robinson --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bd6ba1c..3ce57cc 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ test-qmp-output-visitor test-string-input-visitor test-string-output-visitor test-visitor-serialization +fsdev/virtfs-proxy-helper fsdev/virtfs-proxy-helper.1 fsdev/virtfs-proxy-helper.pod .gdbinit