Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757442Ab0BCQv2 (ORCPT ); Wed, 3 Feb 2010 11:51:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19457 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757363Ab0BCQv1 (ORCPT ); Wed, 3 Feb 2010 11:51:27 -0500 Date: Wed, 3 Feb 2010 17:51:20 +0100 (CET) From: John Kacur X-X-Sender: jkacur@localhost.localdomain To: Steven Rostedt cc: linux-kernel@vger.kernel.org, Darren Hart Subject: [PATCH] trace-cmd: teach git to ignore dependency files (*.d) Message-ID: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 832 Lines: 32 >From fc439caf5a0df5ff735d8f783a29709849c4d83b Mon Sep 17 00:00:00 2001 From: John Kacur Date: Wed, 3 Feb 2010 16:39:15 +0100 Subject: [PATCH] trace-cmd: teach git to ignore dependency files (*.d) Teach git to ignore dependency files (*.d) Signed-off-by: John Kacur --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 8e8f5a4..0dcd8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ trace-cmd *.dat *.patch *~ +*.d kernelshark trace-graph trace-view -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/