[PATCH] scripts: add tracepoint-update to .gitignore

Christian Marangi posted 1 patch 1 month, 2 weeks ago
scripts/.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH] scripts: add tracepoint-update to .gitignore
Posted by Christian Marangi 1 month, 2 weeks ago
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
Re: [PATCH] scripts: add tracepoint-update to .gitignore
Posted by Steven Rostedt 1 month, 2 weeks ago
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
Re: [PATCH] scripts: add tracepoint-update to .gitignore
Posted by Christian Marangi 1 month, 2 weeks ago
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