[PATCH] scripts: add tracepoint-update to the list of ignores files

Bartosz Golaszewski posted 1 patch 5 months, 1 week ago
scripts/.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH] scripts: add tracepoint-update to the list of ignores files
Posted by Bartosz Golaszewski 5 months, 1 week ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

The new program for removing unused tracepoints is not ignored as it
should. Add it to the local .gitignore.

Fixes: e30f8e61e251 ("tracing: Add a tracepoint verification check at build time")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 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.48.1
Re: [PATCH] scripts: add tracepoint-update to the list of ignores files
Posted by Steven Rostedt 5 months, 1 week ago
On Wed, 29 Oct 2025 13:07:09 +0100
Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> The new program for removing unused tracepoints is not ignored as it
> should. Add it to the local .gitignore.
> 
> Fixes: e30f8e61e251 ("tracing: Add a tracepoint verification check at build time")
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Applied, thanks!

-- Steve

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