All of lore.kernel.org
 help / color / mirror / Atom feed
From: Enze Li <lienze@kylinos.cn>
To: lienze@kylinos.cn
Cc: util-linux@vger.kernel.org
Subject: [PATCH v2] build-sys: add blkpr to gitignore
Date: Fri, 15 Apr 2022 13:55:10 +0800	[thread overview]
Message-ID: <20220415055510.714627-1-lienze@kylinos.cn> (raw)
In-Reply-To: <20220415033125.3409425-1-lienze@kylinos.cn>

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.

v2:
- Reorder blkxxx in alphabetical order.

Signed-off-by: Enze Li <lienze@kylinos.cn>
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 3274563ec..05ec48c9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,8 +73,9 @@ GSYMS
 /addpart
 /agetty
 /blkdiscard
-/blkzone
 /blkid
+/blkpr
+/blkzone
 /blockdev
 /cal
 /cfdisk
-- 
2.25.1


  parent reply	other threads:[~2022-04-15  5:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-15  3:31 [PATCH] build-sys: add blkpr to gitignore Enze Li
2022-04-15  3:31 ` zhenwei pi
2022-04-15  6:01   ` Enze Li
2022-04-15  5:55 ` Enze Li [this message]
2022-04-19  9:52   ` [PATCH v2] " Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220415055510.714627-1-lienze@kylinos.cn \
    --to=lienze@kylinos.cn \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.