Message ID | 1670578130-13-1-git-send-email-ruansy.fnst@fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] ignore src/fake-dump-rootino and tests/xfs/216.out | expand |
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@fujitsu.com> > --- 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@redhat.com> 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 >
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.*
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@fujitsu.com> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)