On Fri, Dec 09, 2022 at 09:28:49AM +0000, Shiyang Ruan wrote: > 1. The executable binary in src/ should be in ignore file. > 2. tests/xfs/216.out is a symlink generated at runtime, also should > be ignored. > > Signed-off-by: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx> > --- I think we can combine these two patches into one patch. Due to they all try to avoid dirty git tree after building/testing. After that, you can add: Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> Thanks, Zorro > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index ad9f45437..a1107003a 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -80,6 +80,7 @@ tags > /src/e4compact > /src/ext4_resize > /src/fault > +/src/fake-dump-rootino > /src/feature > /src/fiemap-tester > /src/fill > @@ -205,6 +206,7 @@ tags > /tests/xfs/033.out > /tests/xfs/071.out > /tests/xfs/096.out > +/tests/xfs/216.out > > # cscope files > cscope.* > -- > 2.38.1 >