The patch titled Add .gitignore file for relocs in arch/i386 has been added to the -mm tree. Its filename is add-gitignore-file-for-relocs-in-arch-i386.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Add .gitignore file for relocs in arch/i386 From: Thomas Meyer <thomas@xxxxxxxx> Due to the changes to make the kernel relocateable a new file is created during the build process. Signed-off-by: Thomas Meyer <thomas@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- i386/boot/compressed/.gitignore | 1 + 1 file changed, 1 insertion(+) diff -puN /dev/null i386/boot/compressed/.gitignore --- /dev/null +++ a/i386/boot/compressed/.gitignore @@ -0,0 +1 @@ +relocs _ Patches currently in -mm which might be from thomas@xxxxxxxx are add-gitignore-file-for-relocs-in-arch-i386.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