[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251029175720.12998-1-ansuelsmth@gmail.com>
Date: Wed, 29 Oct 2025 18:57:18 +0100
From: Christian Marangi <ansuelsmth@...il.com>
To: Vladimir Oltean <vladimir.oltean@....com>,
	Jakub Kicinski <kuba@...nel.org>,
	Christian Marangi <ansuelsmth@...il.com>,
	Jacob Keller <jacob.e.keller@...el.com>,
	Steven Rostedt <rostedt@...dmis.org>,
	linux-kernel@...r.kernel.org
Subject: [PATCH] scripts: add tracepoint-update to .gitignore
New tracepoint-update tool is not ignored from git when built.
Add it to scripts .gitignore to prevent including files in commits by
mistake (for use that have the bad habits of using git add .).
Fixes: e30f8e61e251 ("tracing: Add a tracepoint verification check at build time")
Signed-off-by: Christian Marangi <ansuelsmth@...il.com>
---
 scripts/.gitignore | 1 +
 1 file changed, 1 insertion(+)
diff --git a/scripts/.gitignore b/scripts/.gitignore
index c2ef68848da5..4215c2208f7e 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -11,4 +11,5 @@
 /sign-file
 /sorttable
 /target.json
+/tracepoint-update
 /unifdef
-- 
2.51.0
Powered by blists - more mailing lists
 
