From patchwork Fri Apr 13 14:17:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 152316 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 D4D7DB6FF6 for ; Sat, 14 Apr 2012 00:17:55 +1000 (EST) Received: from localhost ([::1]:50395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIhJx-0000OI-La for incoming@patchwork.ozlabs.org; Fri, 13 Apr 2012 10:17:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIhJn-0000N7-KO for qemu-devel@nongnu.org; Fri, 13 Apr 2012 10:17:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIhJh-0003y8-Rs for qemu-devel@nongnu.org; Fri, 13 Apr 2012 10:17:43 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:51176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIhJh-0003xT-JC for qemu-devel@nongnu.org; Fri, 13 Apr 2012 10:17:37 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 13 Apr 2012 15:17:33 +0100 Received: from d06nrmr1307.portsmouth.uk.ibm.com (9.149.38.129) by e06smtp14.uk.ibm.com (192.168.101.144) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 13 Apr 2012 15:17:31 +0100 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q3DEHUsB2347188; Fri, 13 Apr 2012 15:17:30 +0100 Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q3DEHTLp014443; Fri, 13 Apr 2012 08:17:29 -0600 Received: from localhost (dyn-9-174-219-44.manchester-maybrook.uk.ibm.com [9.174.219.44]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q3DEHTxL014414; Fri, 13 Apr 2012 08:17:29 -0600 From: Stefan Hajnoczi To: Date: Fri, 13 Apr 2012 15:17:21 +0100 Message-Id: <1334326641-30837-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.5 x-cbid: 12041314-1948-0000-0000-00000183F40D X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.110 Cc: qemu-trivial@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PATCH] gitignore: ignore qtest binaries 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: Stefan Hajnoczi --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9859c7d..db74219 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ cscope.* tags TAGS *~ +tests/*-test