[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <476a1d8754efec5957009db7ae4a9e10451faabb.1466543472.git.osandov@fb.com>
Date: Tue, 21 Jun 2016 14:11:54 -0700
From: Omar Sandoval <osandov@...ndov.com>
To: Jan Kiszka <jan.kiszka@...mens.com>,
Kieran Bingham <kieran@...uared.org.uk>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH v2] scripts/gdb: add constants.py to .gitignore
From: Omar Sandoval <osandov@...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@...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
Powered by blists - more mailing lists