[PATCH] erofs-utils: add contrib/stress to .gitignore

Bingwu Zhang posted 1 patch 8 months, 1 week ago
.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH] erofs-utils: add contrib/stress to .gitignore
Posted by Bingwu Zhang 8 months, 1 week ago
From: Bingwu Zhang <xtex@aosc.io>

Signed-off-by: Bingwu Zhang <xtex@aosc.io>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 33e5d30a9cdf..348896103d66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ stamp-h1
 /fuse/erofsfuse
 /dump/dump.erofs
 /fsck/fsck.erofs
+/contrib/stress

base-commit: 3689cbc2349bff05807d2f939146e92eb1bfaea1
-- 
2.49.0
Re: [PATCH] erofs-utils: add contrib/stress to .gitignore
Posted by Gao Xiang 8 months, 1 week ago
On Sat, Apr 12, 2025 at 10:09:38PM +0800, Bingwu Zhang wrote:
> From: Bingwu Zhang <xtex@aosc.io>
> 
> Signed-off-by: Bingwu Zhang <xtex@aosc.io>

Thanks, applied.

Thanks,
Gao Xiang