[PATCH 3/6] scripts/gdb: add constants.py to .gitignore

From: Kieran Bingham
Date: Tue Jun 28 2016 - 11:22:58 EST


From: Omar Sandoval <osandov@xxxxxx>

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")
Signed-off-by: Omar Sandoval <osandov@xxxxxx>
Signed-off-by: Kieran Bingham <kieran@xxxxxxxxxxx>
---
scripts/gdb/linux/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/scripts/gdb/linux/.gitignore b/scripts/gdb/linux/.gitignore
index 52e4e61140d1..2573543842d0 100644
--- a/scripts/gdb/linux/.gitignore
+++ b/scripts/gdb/linux/.gitignore
@@ -1,2 +1,3 @@
*.pyc
*.pyo
+constants.py
--
2.7.4