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. 3. tests/generic/692 was created with 644. It should be 755 otherwise its mode will be changed and dirty the git tree after test. Signed-off-by: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx> Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> --- .gitignore | 2 ++ tests/generic/692 | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 tests/generic/692 diff --git a/.gitignore b/.gitignore index ad9f45437..a6f433f1d 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ tags /src/dirstress /src/e4compact /src/ext4_resize +/src/fake-dump-rootino /src/fault /src/feature /src/fiemap-tester @@ -205,6 +206,7 @@ tags /tests/xfs/033.out /tests/xfs/071.out /tests/xfs/096.out +/tests/xfs/216.out # cscope files cscope.* diff --git a/tests/generic/692 b/tests/generic/692 old mode 100644 new mode 100755 -- 2.38.1