diff options
author | Karel Zak | 2017-02-23 16:43:51 +0100 |
---|---|---|
committer | Karel Zak | 2017-02-23 16:43:51 +0100 |
commit | 1ad8ef9187ba6ca814189c0466c46fbdf483f904 (patch) | |
tree | 383190850b7d3be3f5a530171a98dbc0d9ae7ccc /.gitignore | |
parent | build-sys: simplify UL_ENABLE_ALIAS() semantic (diff) | |
download | kernel-qcow2-util-linux-1ad8ef9187ba6ca814189c0466c46fbdf483f904.tar.gz kernel-qcow2-util-linux-1ad8ef9187ba6ca814189c0466c46fbdf483f904.tar.xz kernel-qcow2-util-linux-1ad8ef9187ba6ca814189c0466c46fbdf483f904.zip |
blkzone: add new command (merge blkreport and blkreset)
This new command is based on the original implementation of blkreport
and blkreset command.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c1e983b9b..2b1267cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ update.log /addpart /agetty /blkdiscard +/blkzone /blkreport /blkreset /blkid |