Re: Ignore *.lzma files

From: Sam Ravnborg
Date: Sun Jun 14 2009 - 16:52:24 EST


On Wed, Jun 10, 2009 at 06:25:10PM +0200, Arne Janbu wrote:
> >From 71cc682035dacd31b11666edf910afb6a4201da4 Mon Sep 17
> 00:00:00 2001
> From: Arne Janbu <arnej@xxxxxxxxxx>
> Date: Wed, 10 Jun 2009 17:16:42 +0200
> Subject: [PATCH] Add *.lzma to .gitignore
>
> ---
> .gitignore | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 51bd99d..faa8b4d 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -25,6 +25,7 @@
> *.elf
> *.bin
> *.gz
> +*.lzma
>
> #
> # Top-level generic files

Applied.
Please signoff any future patches.

Thanks,
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/