Re: [PATCH 1/3] Unignore vmlinux.lds.h from Git.

From: Mathieu Desnoyers
Date: Tue Jun 17 2008 - 10:01:29 EST


* Eduard - Gabriel Munteanu (eduard.munteanu@xxxxxxxxxxx) wrote:
> Added !vmlinux.lds.h to .gitignore because it would otherwise be ignored.
>
> Signed-off-by: Eduard - Gabriel Munteanu <eduard.munteanu@xxxxxxxxxxx>

Yep, the "vmlinux*" entry seems to match vmlinux.lds.h, it shouldn't.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxx>

> ---
> .gitignore | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index d24ad50..9bb1cb6 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -26,6 +26,7 @@ tags
> TAGS
> vmlinux*
> !vmlinux.lds.S
> +!vmlinux.lds.h
> System.map
> Module.markers
> Module.symvers
> --
> 1.5.5.4
>

--
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/