[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250929171712.1161253-1-kriish.sharma2006@gmail.com>
Date: Mon, 29 Sep 2025 17:17:12 +0000
From: Kriish Sharma <kriish.sharma2006@...il.com>
To: Shuah Khan <shuah@...nel.org>
Cc: linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
Kriish Sharma <kriish.sharma2006@...il.com>
Subject: [PATCH] filelock: add .gitignore
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@...il.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
Powered by blists - more mailing lists