Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1428193 > unrolled thread

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

Started byOmar Sandoval <osandov@osandov.com>
First post2016-06-21 23:30 +0200
Last post2016-06-21 23:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] scripts/gdb: add constants.py to .gitignore Omar Sandoval <osandov@osandov.com> - 2016-06-21 23:30 +0200

#1428193 — [PATCH v2] scripts/gdb: add constants.py to .gitignore

FromOmar Sandoval <osandov@osandov.com>
Date2016-06-21 23:30 +0200
Subject[PATCH v2] scripts/gdb: add constants.py to .gitignore
Message-ID<rMBp7-2Kp-15@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web