The patch titled .gitignore: ignore vmlinuz has been added to the -mm tree. Its filename is gitignore-ignore-vmlinuz.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: .gitignore: ignore vmlinuz From: Florian Fainelli <ffainelli@xxxxxxxxxx> MIPS compressed kernels output a vmlinuz file in the top-level directory (maybe others do). Add vmlinuz to the list of files to ignore by git. Signed-off-by: Florian Fainelli <ffainelli@xxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Maxime Bizon <mbizon@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff -puN .gitignore~gitignore-ignore-vmlinuz .gitignore --- a/.gitignore~gitignore-ignore-vmlinuz +++ a/.gitignore @@ -37,6 +37,7 @@ modules.builtin tags TAGS vmlinux +vmlinuz System.map Module.markers Module.symvers _ Patches currently in -mm which might be from ffainelli@xxxxxxxxxx are gitignore-ignore-vmlinuz.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