All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build-sys: add blkpr to gitignore
@ 2022-04-15  3:31 Enze Li
  2022-04-15  3:31 ` zhenwei pi
  2022-04-15  5:55 ` [PATCH v2] " Enze Li
  0 siblings, 2 replies; 5+ messages in thread
From: Enze Li @ 2022-04-15  3:31 UTC (permalink / raw)
  To: util-linux

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-19  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH v2] " Enze Li
2022-04-19  9:52   ` Karel Zak

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.