Skip to content

Commit 8e5bcc3

Browse files
zazolabsaxboe
authored andcommitted
selftests: ublk: add missing gitignore for metadata_size binary
A new utility metadata_size was added in commit 261b67f ("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 <[email protected]> Fixes: 261b67f ("selftests: ublk: add utility to get block device metadata size") Signed-off-by: Alexander Atanasov <[email protected]> Reviewed-by: Ming Lei <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent f50af89 commit 8e5bcc3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
kublk
2-
/tools
1+
# SPDX-License-Identifier: GPL-2.0
32
*-verify.state
3+
/tools
4+
kublk
5+
metadata_size

0 commit comments

Comments
 (0)