[PATCH] filelock: add .gitignore

Kriish Sharma posted 1 patch 2 months, 2 weeks ago
tools/testing/selftests/filelock/.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 tools/testing/selftests/filelock/.gitignore
[PATCH] filelock: add .gitignore
Posted by Kriish Sharma 2 months, 2 weeks ago
Add a .gitignore to tools/testing/selftests/filelock to ignore build
artifacts. This prevents accidental commits of object files or binaries.

Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
---
 tools/testing/selftests/filelock/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/testing/selftests/filelock/.gitignore

diff --git a/tools/testing/selftests/filelock/.gitignore b/tools/testing/selftests/filelock/.gitignore
new file mode 100644
index 000000000000..410842f05f90
--- /dev/null
+++ b/tools/testing/selftests/filelock/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+ofdlocks
\ No newline at end of file
-- 
2.34.1
Re: [PATCH] filelock: add .gitignore
Posted by Kriish Sharma 2 months, 1 week ago
Hi ,
Just checking if there’s any feedback on my patch

Thanks,
Kriish Sharma

On Mon, Sep 29, 2025 at 10:48 PM Kriish Sharma
<kriish.sharma2006@gmail.com> wrote:
>
> Add a .gitignore to tools/testing/selftests/filelock to ignore build
> artifacts. This prevents accidental commits of object files or binaries.
>
> Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
> ---
>  tools/testing/selftests/filelock/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tools/testing/selftests/filelock/.gitignore
>
> diff --git a/tools/testing/selftests/filelock/.gitignore b/tools/testing/selftests/filelock/.gitignore
> new file mode 100644
> index 000000000000..410842f05f90
> --- /dev/null
> +++ b/tools/testing/selftests/filelock/.gitignore
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +ofdlocks
> \ No newline at end of file
> --
> 2.34.1
>