mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] scripts: add tracepoint-update to .gitignore
@ 2025-10-29 17:57 Christian Marangi
  2025-10-29 18:03 ` Steven Rostedt
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Marangi @ 2025-10-29 17:57 UTC (permalink / raw)
  To: Vladimir Oltean, Jakub Kicinski, Christian Marangi, Jacob Keller,
	Steven Rostedt, linux-kernel

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@gmail.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


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

end of thread, other threads:[~2025-10-29 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-29 17:57 [PATCH] scripts: add tracepoint-update to .gitignore Christian Marangi
2025-10-29 18:03 ` Steven Rostedt
2025-10-29 18:05   ` Christian Marangi

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

all inboxes | Powered by JetHome®