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> Somehow I ended up with the following in tree: $ git status ... # Untracked files: # (use "git add <file>..." to include in what will be committed) # # fs/proc/root.o.FuMxJQ # net/ipv4/tcp_minisocks.o.geCDYR These are presumably temporary gcc files, which aren't interesting. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff -puN .gitignore~gitignore-update .gitignore --- a/.gitignore~gitignore-update +++ a/.gitignore @@ -7,6 +7,7 @@ # .* *.o +*.o.* *.a *.s *.ko _ Patches currently in -mm which might be from adobriyan@xxxxx are origin.patch fix-leak-on-proc-lockdep_stats.patch consolidate-ptrace_detach.patch use-list_head-in-binfmt-handling-update.patch make-unregister_binfmt-return-void.patch slab_panic-more-proc-posix-timers-shmem.patch add-kernel-notifierc.patch add-kernel-notifierc-fix.patch add-kernel-notifierc-fix-2.patch single_open-seq_release-leak-diagnostics.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