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 _ -- 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