On Fri, 15 Apr 2022 11:31:31 +0800 zhenwei pi <pizhenwei@xxxxxxxxxxxxx> wrote: > On 4/15/22 11:31, Enze Li wrote: > > Since this commit 627428a95692 ("blkpr: add block persistent > > reservations command"), we introduced blkpr, but the compiled > > generated binary file is not added to the gitignore, so let's do it. > > > > Signed-off-by: Enze Li <lienze@xxxxxxxxxx> > > --- > > .gitignore | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.gitignore b/.gitignore > > index 3274563ec..0effa8945 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -73,6 +73,7 @@ GSYMS > > /addpart > > /agetty > > /blkdiscard > > +/blkpr > > /blkzone > > /blkid > > /blockdev Hi zhenwei, Thanks for your review. > > Could you please reorder blkXX together to make them all in order? > Indeed, if this is necessary. I've sent v2 to util-liux@list. Thanks, Enze