projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
834a352
)
scripts/gdb: add constants.py to .gitignore
author
Omar Sandoval
<
[email protected]
>
Thu, 14 Jul 2016 19:07:01 +0000
(12:07 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 15 Jul 2016 05:54:27 +0000
(14:54 +0900)
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]
>
scripts/gdb/linux/.gitignore
patch
|
blob
|
history
diff --git
a/scripts/gdb/linux/.gitignore
b/scripts/gdb/linux/.gitignore
index 52e4e61140d1226f5ba80676d1973baa298d3b23..2573543842d06947cf081ff3cf752c8d309f094b 100644
(file)
--- a/
scripts/gdb/linux/.gitignore
+++ b/
scripts/gdb/linux/.gitignore
@@
-1,2
+1,3
@@
*.pyc
*.pyo
+constants.py