diff options
author | Omar Sandoval <[email protected]> | 2016-07-14 12:07:01 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-07-15 14:54:27 +0900 |
commit | e2aa2f8face230e284f6d344c6a4ee6f53e60207 (patch) | |
tree | b3dccc2699109881ef3dd958edbc417d051e2f14 | |
parent | 834a35296ab0a850e22cda1059e4c05b091c4ad9 (diff) |
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/[email protected]
Signed-off-by: Omar Sandoval <[email protected]>
Signed-off-by: Kieran Bingham <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | scripts/gdb/linux/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |