mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
selftests: ublk: add missing gitignore for metadata_size binary
A new utility metadata_size was added in commit261b67f4e3("selftests: ublk: add utility to get block device metadata size") but it was not added to .gitignore. Fix that by adding it there. While at it sort all entries alphabetically and add a SPDX license header. Reviewed-by: Caleb Sander Mateos <csander@purestorage.com> Fixes:261b67f4e3("selftests: ublk: add utility to get block device metadata size") Signed-off-by: Alexander Atanasov <alex@zazolabs.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
f50af89693
commit
8e5bcc3a95
1 changed files with 4 additions and 2 deletions
6
tools/testing/selftests/ublk/.gitignore
vendored
6
tools/testing/selftests/ublk/.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
kublk
|
||||
/tools
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
*-verify.state
|
||||
/tools
|
||||
kublk
|
||||
metadata_size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue