The patch titled .gitignore update has been added to the -mm tree. Its filename is gitignore-update.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 x86_64-arch_pick_mmap_layout-fixlet.patch make-proc-slabinfo-use-seq_list_xxx-helpers-fix.patch fix-rmmod-read-write-races-in-proc-entries.patch fix-rmmod-read-write-races-in-proc-entries-cleanup.patch fix-rmmod-read-write-races-in-proc-entries-fix.patch proc-environ-wrong-placing-of-ptrace_may_attach-check.patch mutex_unlock-later-in-seq_lseek.patch seq_file-more-atomicity-in-traverse.patch gitignore-update.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