[PATCH -next 2/2] kbuild: fix for updated LZ4 tool with the new streaming format
Kyungsik Lee
kyungsik.lee at lge.com
Thu Jul 11 00:34:33 EDT 2013
>
> BTW speaking of introductory-level patches, what about the following
> one:
>
> Now that lz4 kernel compression is available, add *.lz4 to .gitignore
>
> diff --git a/.gitignore b/.gitignore
> index 3b8b9b3..7e9932e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -29,6 +29,7 @@ modules.builtin
> *.bz2
> *.lzma
> *.xz
> +*.lz4
> *.lzo
> *.patch
> *.gcno
>
Acked-by: Kyungsik Lee <kyungsik.lee at lge.com>
Thanks,
Kyungsik
More information about the linux-arm-kernel
mailing list