浏览代码

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@bingham.xyz
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Kieran Bingham <kieran@bingham.xyz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Omar Sandoval 9 年之前
父节点
当前提交
e2aa2f8fac
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/gdb/linux/.gitignore

+ 1 - 0
scripts/gdb/linux/.gitignore

@@ -1,2 +1,3 @@
 *.pyc
 *.pyo
+constants.py