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

From: Omar Sandoval
Date: Mon Jun 20 2016 - 16:01:03 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>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0c320bf02586..5cdccb07e3a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -112,3 +112,6 @@ all.config

# Kdevelop4
*.kdev4
+
+# Generated for CONFIG_GDB_SCRIPTS
+/scripts/gdb/linux/constants.py
--
2.9.0