Teach git to ignore dependency files (*.d)
Signed-off-by: John Kacur <jka...@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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Thanks, but this is already in the master branch. But it ignores ".*.d"
instead.
-- Steve
>
> Signed-off-by: John Kacur <jka...@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
--