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

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@kylinos.cn>
---
 .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
-- 
2.35.1


             reply	other threads:[~2022-04-15  3:31 UTC|newest]

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