public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] scripts/gdb: add constants.py to .gitignore
@ 2016-06-21 21:11 Omar Sandoval
  2016-06-21 21:20 ` Kieran Bingham
  0 siblings, 1 reply; 5+ messages in thread
From: Omar Sandoval @ 2016-06-21 21:11 UTC (permalink / raw)
  To: Jan Kiszka, Kieran Bingham; +Cc: linux-kernel

From: Omar Sandoval <osandov@fb.com>

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@fb.com>
---
Thanks, Kieran, I totally missed the comment in top-level .gitignore.

 scripts/gdb/linux/.gitignore | 1 +
 1 file changed, 1 insertion(+)

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-21 22:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 21:11 [PATCH v2] scripts/gdb: add constants.py to .gitignore Omar Sandoval
2016-06-21 21:20 ` Kieran Bingham
2016-06-21 21:34   ` Omar Sandoval
2016-06-21 22:03     ` Kieran Bingham
2016-06-21 22:05       ` Omar Sandoval

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox