.gitignore | 1 + 1 file changed, 1 insertion(+)
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
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