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

* Re: [PATCH] scripts: add tracepoint-update to .gitignore
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Rostedt @ 2025-10-29 18:03 UTC (permalink / raw)
  To: Christian Marangi
  Cc: Vladimir Oltean, Jakub Kicinski, Jacob Keller, linux-kernel,
	Bartosz Golaszewski

On Wed, 29 Oct 2025 18:57:18 +0100
Christian Marangi <ansuelsmth@gmail.com> wrote:

> 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 .).

Bartosz beat you to it:

  https://lore.kernel.org/all/20251029120709.24669-1-brgl@bgdev.pl/

I already applied the patch and pushed it to my for-next branch. It will
likely be in linux-next by tomorrow.

-- Steve

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

* Re: [PATCH] scripts: add tracepoint-update to .gitignore
  2025-10-29 18:03 ` Steven Rostedt
@ 2025-10-29 18:05   ` Christian Marangi
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Marangi @ 2025-10-29 18:05 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Vladimir Oltean, Jakub Kicinski, Jacob Keller, linux-kernel,
	Bartosz Golaszewski

On Wed, Oct 29, 2025 at 02:03:53PM -0400, Steven Rostedt wrote:
> On Wed, 29 Oct 2025 18:57:18 +0100
> Christian Marangi <ansuelsmth@gmail.com> wrote:
> 
> > 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 .).
> 
> Bartosz beat you to it:
> 
>   https://lore.kernel.org/all/20251029120709.24669-1-brgl@bgdev.pl/
> 
> I already applied the patch and pushed it to my for-next branch. It will
> likely be in linux-next by tomorrow.
> 
> -- Steve

Ah! Well was too slow :D

-- 
	Ansuel

^ 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®