On Fri, Jan 23, 2026 at 3:29 AM Alexander Atanasov <[email protected]> wrote: > > A new utility metadata_size was added in commit: > 261b67f4e347 ("selftests: ublk: add utility to get block device metadata > size") > but it was not added to .gitignore. Fix that by adding it there. > > Fixes: 261b67f4e347 ("selftests: ublk: add utility to get block device > metadata size") > Signed-off-by: Alexander Atanasov <[email protected]> > --- > tools/testing/selftests/ublk/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/testing/selftests/ublk/.gitignore > b/tools/testing/selftests/ublk/.gitignore > index 8b2871ea7751..95052c32fa09 100644 > --- a/tools/testing/selftests/ublk/.gitignore > +++ b/tools/testing/selftests/ublk/.gitignore > @@ -1,3 +1,4 @@ > kublk > /tools > *-verify.state > +metadata_size
Maybe move it next to kublk (the other executable), which would also keep these sorted alphabetically? Other than that, Reviewed-by: Caleb Sander Mateos <[email protected]> > -- > 2.43.0 >
