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> --- .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