* [PATCH] trace-cmd: teach git to ignore dependency files (*.d)
@ 2010-02-03 16:51 John Kacur
2010-02-03 17:01 ` Steven Rostedt
0 siblings, 1 reply; 2+ messages in thread
From: John Kacur @ 2010-02-03 16:51 UTC (permalink / raw)
To: Steven Rostedt; +Cc: linux-kernel, Darren Hart
>From fc439caf5a0df5ff735d8f783a29709849c4d83b Mon Sep 17 00:00:00 2001
From: John Kacur <jkacur@redhat.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)
Signed-off-by: John Kacur <jkacur@redhat.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
--
1.6.0.6
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] trace-cmd: teach git to ignore dependency files (*.d)
2010-02-03 16:51 [PATCH] trace-cmd: teach git to ignore dependency files (*.d) John Kacur
@ 2010-02-03 17:01 ` Steven Rostedt
0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2010-02-03 17:01 UTC (permalink / raw)
To: John Kacur; +Cc: linux-kernel, Darren Hart
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@redhat.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@redhat.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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-03 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-03 16:51 [PATCH] trace-cmd: teach git to ignore dependency files (*.d) John Kacur
2010-02-03 17:01 ` Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®