Re: [PATCH -next V2] Ignore drivers/video/console/promcon_tbl.c conmakehash generated file

From: Sam Ravnborg
Date: Wed Jul 30 2008 - 07:25:46 EST


On Wed, Jul 30, 2008 at 11:56:13AM +0200, Florian Fainelli wrote:
> Sorry for the previous version, I forgot reading that .gitignore files
> should be per-directory in this case.
> --
> From: Florian Fainelli <florian.fainelli@xxxxxxxxxxxxx>
> Subject: [PATCH -next V2] Ignore drivers/video/console/promcon_tbl.c conmakehash generated file
>
> Add drivers/video/console/promcon_tbl.c to the list of ignored files.
> This file is generated by conmakehash against drivers/video/console/prom.uni.
>
> Signed-off-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxxx>
> ---
> diff --git a/drivers/video/console/.gitignore b/drivers/video/console/.gitignore
> new file mode 100644
> index 0000000..ad0ad9b
> --- /dev/null
> +++ b/drivers/video/console/.gitignore
> @@ -0,0 +1,2 @@
> +# Generated conmakehash files
> +drivers/video/console/promcon_tbl.c

Did you test this?
I recall you should specify filenames relative to the
path of .gitignore.

Sam
--
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/