Skip to content

Commit b21f90e

Browse files
Bartosz Golaszewskirostedt
authored andcommitted
scripts: add tracepoint-update to the list of ignores files
The new program for removing unused tracepoints is not ignored as it should. Add it to the local .gitignore. Cc: Vladimir Oltean <vladimir.oltean@nxp.com> Cc: Jacob Keller <jacob.e.keller@intel.com> Cc: Jakub Kicinski <kuba@kernel.org> Link: https://lore.kernel.org/20251029120709.24669-1-brgl@bgdev.pl Fixes: e30f8e6 ("tracing: Add a tracepoint verification check at build time") Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 01ecf7a commit b21f90e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
/sign-file
1212
/sorttable
1313
/target.json
14+
/tracepoint-update
1415
/unifdef

0 commit comments

Comments
 (0)