The patch titled Subject: tools/vm: add .gitignore to ignore built binaries has been removed from the -mm tree. Its filename was tools-vm-add-gitignore-to-ignore-built-binaries.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.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