[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1265216515.24386.7.camel@gandalf.stny.rr.com>
Date: Wed, 03 Feb 2010 12:01:55 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: John Kacur <jkacur@...hat.com>
Cc: linux-kernel@...r.kernel.org, Darren Hart <dvhltc@...ibm.com>
Subject: Re: [PATCH] trace-cmd: teach git to ignore dependency files (*.d)
On Wed, 2010-02-03 at 17:51 +0100, John Kacur wrote:
> >From fc439caf5a0df5ff735d8f783a29709849c4d83b Mon Sep 17 00:00:00 2001
> From: John Kacur <jkacur@...hat.com>
> 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)
Thanks, but this is already in the master branch. But it ignores ".*.d"
instead.
-- Steve
>
> Signed-off-by: John Kacur <jkacur@...hat.com>
> ---
> .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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists