From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Stefan Hajnoczi Date: Thu, 7 Oct 2010 12:07:15 +0100 Message-Id: <1286449635-3784-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] .gitignore: Ignore *-timestamp List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Stefan Hajnoczi 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 -- 1.7.1