The patch titled .gitignore update has been removed from the -mm tree. Its filename was gitignore-update.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: .gitignore update From: Alexey Dobriyan <adobriyan@xxxxx> headers_install by default puts headers into usr/include/ . They're auto-generated, so should be ignored. Same for *.orig, *.rej . Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- .gitignore | 3 +++ usr/.gitignore | 1 + 2 files changed, 4 insertions(+) diff -puN .gitignore~gitignore-update .gitignore --- a/.gitignore~gitignore-update +++ a/.gitignore @@ -45,3 +45,6 @@ series # cscope files cscope.* + +*.orig +*.rej diff -puN usr/.gitignore~gitignore-update usr/.gitignore --- a/usr/.gitignore~gitignore-update +++ a/usr/.gitignore @@ -5,3 +5,4 @@ gen_init_cpio initramfs_data.cpio initramfs_data.cpio.gz initramfs_list +include _ Patches currently in -mm which might be from adobriyan@xxxxx are origin.patch fix-sparse-false-positives-re-bug_onptr.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