diff options
| author | Mark Brown <broonie@kernel.org> | 2026-02-26 16:05:27 +0000 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-05-28 21:24:44 -0700 |
| commit | b3c726f9f46600868bdbe4bb7f1d770fd7ebb2e6 (patch) | |
| tree | b47bc355bfd924bbab64ed0a0638c16c9c3bcaf8 /tools | |
| parent | 33d5b13098fb8db5ff120d4e2124c8b214696859 (diff) | |
| download | linux-next-history-b3c726f9f46600868bdbe4bb7f1d770fd7ebb2e6.tar.gz | |
kselftest/filelock: add a .gitignore file
Tell git to ignore the generated binary for the test.
Link: https://lore.kernel.org/20260226-selftest-filelock-ktap-v4-3-db8ae192ff42@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: Jeff Layton <jlayton@kernel.org>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/testing/selftests/filelock/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/filelock/.gitignore b/tools/testing/selftests/filelock/.gitignore new file mode 100644 index 0000000000000..825e899a121bc --- /dev/null +++ b/tools/testing/selftests/filelock/.gitignore @@ -0,0 +1 @@ +ofdlocks |
