The patch titled .gitignore: ignore *.patch files has been added to the -mm tree. Its filename is gitignore-ignore-patch-files.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 *.patch files From: Mike Frysinger <vapier@xxxxxxxxxx> Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff -puN .gitignore~gitignore-ignore-patch-files .gitignore --- a/.gitignore~gitignore-ignore-patch-files +++ a/.gitignore @@ -25,6 +25,7 @@ *.elf *.bin *.gz +*.patch # # Top-level generic files _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are origin.patch kbuild-fix-detection-of-config_frame_warn=0.patch linux-next.patch pcmcia-yenta-add-missing-__devexit-marking.patch drivers-hvc-add-missing-__devexit_p.patch plat_nand-add-missing-__devexit_p.patch irda-new-blackfin-on-chip-sir-irda-driver.patch virtio_blk-add-missing-__devinitexit-markings.patch kmap_types-make-most-arches-use-generic-header-file.patch gitignore-ignore-patch-files.patch drivers-char-rtc-disable-legacy-rtc-driver-on-blackfin-systems.patch gpio-max7301-add-missing-__devexit-marking.patch istallion-add-missing-__devexit-marking.patch edac-add-missing-__devexit_p.patch cramfs-move-cramfs-magic-out-of-cramfs_fsh.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