Subject: [merged] gitignore-ignore-lz4-files.patch removed from -mm tree To: markus@xxxxxxxxxxxxxxx,kyungsik.lee@xxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 06 Aug 2013 12:37:29 -0700 The patch titled Subject: .gitignore: ignore *.lz4 files has been removed from the -mm tree. Its filename was gitignore-ignore-lz4-files.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx> Subject: .gitignore: ignore *.lz4 files Now that lz4 kernel compression is available, add *.lz4 to .gitignore. Signed-off-by: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx> Acked-by: Kyungsik Lee <kyungsik.lee@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff -puN .gitignore~gitignore-ignore-lz4-files .gitignore --- a/.gitignore~gitignore-ignore-lz4-files +++ a/.gitignore @@ -29,6 +29,7 @@ modules.builtin *.bz2 *.lzma *.xz +*.lz4 *.lzo *.patch *.gcno _ Patches currently in -mm which might be from markus@xxxxxxxxxxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html