diff options
author | Li Zhijian <lizhijian@fujitsu.com> | 2024-12-11 08:49:47 +0800 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2025-01-14 17:06:31 -0700 |
commit | 6d59d557e3ec3bde3102efdf4038ccffb848666f (patch) | |
tree | d532dbd00f7dd6ac6813bb4cfd97e6ed5ea0ca02 /tools/testing/selftests/filesystems/statmount | |
parent | 74864403c578d9caa92fb9b2743a4b7aa5240e44 (diff) |
selftests/filesystems: Add missing gitignore file
Compiled binary files should be added to .gitignore
'git status' complains:
Untracked files:
(use "git add <file>..." to include in what will be committed)
filesystems/statmount/statmount_test_ns
Link: https://lore.kernel.org/r/20241211004947.5806-1-lizhijian@fujitsu.com
Cc: Shuah Khan <shuah@kernel.org>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Miklos Szeredi <mszeredi@redhat.com>
Cc: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Charlie Jenkins <charlie@rivosinc.com>
Tested-by: Charlie Jenkins <charlie@rivosinc.com>
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/filesystems/statmount')
-rw-r--r-- | tools/testing/selftests/filesystems/statmount/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/filesystems/statmount/.gitignore b/tools/testing/selftests/filesystems/statmount/.gitignore index 82a4846cbc4b..973363ad66a2 100644 --- a/tools/testing/selftests/filesystems/statmount/.gitignore +++ b/tools/testing/selftests/filesystems/statmount/.gitignore @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only +statmount_test_ns /*_test |