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 <[email protected]> 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 <[email protected]> > --- > 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 >

