The patch titled um: tell git to ignore generated files has been added to the -mm tree. Its filename is um-tell-git-to-ignore-generated-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: um: tell git to ignore generated files From: WANG Cong <xiyou.wangcong@xxxxxxxxx> Tell git to ignore the generated files under um, except: include/shared/kern_constants.h include/shared/user_constants.h which will be moved to include/generated. Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- .gitignore | 1 + arch/um/.gitignore | 3 +++ 2 files changed, 4 insertions(+) diff -puN .gitignore~um-tell-git-to-ignore-generated-files .gitignore --- a/.gitignore~um-tell-git-to-ignore-generated-files +++ a/.gitignore @@ -36,6 +36,7 @@ modules.builtin # tags TAGS +linux vmlinux vmlinuz System.map diff -puN /dev/null arch/um/.gitignore --- /dev/null +++ a/arch/um/.gitignore @@ -0,0 +1,3 @@ +kernel/config.c +kernel/config.tmp +kernel/vmlinux.lds _ Patches currently in -mm which might be from xiyou.wangcong@xxxxxxxxx are origin.patch linux-next.patch mm-remove-function-free_hot_page.patch mm-remove-function-free_hot_page-fix.patch um-tell-git-to-ignore-generated-files.patch prctl-add-pr_set_proctitle_area-option-for-prctl.patch lkdtm-add-debugfs-access-and-loosen-kprobe-ties.patch exec-create-initial-stack-independent-of-page_size.patch coredump-set-group_exit_code-for-other-clone_vm-tasks-too.patch rtc-mxc-fix-memory-leak.patch rtc-mxc-fix-memory-leak-fix.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