From patchwork Thu Oct 7 11:07:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 67034 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 CCD73B6F10 for ; Thu, 7 Oct 2010 22:09:27 +1100 (EST) Received: from localhost ([127.0.0.1]:45416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3oLk-0006P5-Nm for incoming@patchwork.ozlabs.org; Thu, 07 Oct 2010 07:09:24 -0400 Received: from [140.186.70.92] (port=52345 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3oJu-0005oi-Bx for qemu-devel@nongnu.org; Thu, 07 Oct 2010 07:07:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3oJt-0004kC-9i for qemu-devel@nongnu.org; Thu, 07 Oct 2010 07:07:30 -0400 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:39197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3oJt-0004j3-0o for qemu-devel@nongnu.org; Thu, 07 Oct 2010 07:07:29 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o97B7QvH027102 for ; Thu, 7 Oct 2010 11:07:26 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o97B7Oe53616790 for ; Thu, 7 Oct 2010 12:07:26 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o97B7Nhv031553 for ; Thu, 7 Oct 2010 12:07:24 +0100 Received: from stefan-thinkpad.manchester-maybrook.uk.ibm.com (dyn-9-174-219-27.manchester-maybrook.uk.ibm.com [9.174.219.27]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o97B7Jdq031375; Thu, 7 Oct 2010 12:07:20 +0100 From: Stefan Hajnoczi To: Date: Thu, 7 Oct 2010 12:07:15 +0100 Message-Id: <1286449635-3784-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Cc: Blue Swirl , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH] .gitignore: Ignore *-timestamp 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 Timestamp files were recently added to reduce make churn on source files that use tracing. The timestamp files should never be committed and should not be visible in git status. Signed-off-by: Stefan Hajnoczi --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 72bff98..a43e4d1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ config-host.* config-target.* trace.h trace.c +*-timestamp *-softmmu *-darwin-user *-linux-user