The patch titled Subject: scripts/gdb: add constants.py to .gitignore has been added to the -mm tree. Its filename is scripts-gdb-add-constantspy-to-gitignore.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/scripts-gdb-add-constantspy-to-gitignore.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/scripts-gdb-add-constantspy-to-gitignore.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: Omar Sandoval <osandov@xxxxxx> Subject: scripts/gdb: add constants.py to .gitignore Since scripts/gdb/linux/constants.py is autogenerated, this should have been added to .gitignore when it was introduced. Fixes: f197d75fcad1 ("scripts/gdb: provide linux constants") Link: http://lkml.kernel.org/r/1467127337-11135-4-git-send-email-kieran@xxxxxxxxxxx Signed-off-by: Omar Sandoval <osandov@xxxxxx> Signed-off-by: Kieran Bingham <kieran@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/gdb/linux/.gitignore | 1 + 1 file changed, 1 insertion(+) diff -puN scripts/gdb/linux/.gitignore~scripts-gdb-add-constantspy-to-gitignore scripts/gdb/linux/.gitignore --- a/scripts/gdb/linux/.gitignore~scripts-gdb-add-constantspy-to-gitignore +++ a/scripts/gdb/linux/.gitignore @@ -1,2 +1,3 @@ *.pyc *.pyo +constants.py _ Patches currently in -mm which might be from osandov@xxxxxx are scripts-gdb-add-constantspy-to-gitignore.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