The patch titled Subject: tools/vm: add .gitignore to ignore built binaries has been added to the -mm tree. Its filename is tools-vm-add-gitignore-to-ignore-built-binaries.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Subject: tools/vm: add .gitignore to ignore built binaries There is no .gitignore in tools/vm, so 'git status' always show built binaries. To ignore this, add .gitignore. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/vm/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff -puN /dev/null tools/vm/.gitignore --- /dev/null +++ a/tools/vm/.gitignore @@ -0,0 +1,2 @@ +slabinfo +page-types _ Patches currently in -mm which might be from iamjoonsoo.kim@xxxxxxx are tools-vm-add-gitignore-to-ignore-built-binaries.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