[PATCH] riscv: cfi: gitignore generated vdso files
From: Charlie Jenkins
Date: Sat Apr 18 2026 - 00:31:26 EST
During compilation, the standard VDSO files are copied into
arch/riscv/kernel/vdso_cfi. Add a .gitignore to prevent these files from
being tracked by git.
Signed-off-by: Charlie Jenkins <thecharlesjenkins@xxxxxxxxx>
---
arch/riscv/kernel/vdso_cfi/.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/riscv/kernel/vdso_cfi/.gitignore b/arch/riscv/kernel/vdso_cfi/.gitignore
new file mode 100644
index 000000000000..8bc6f31c8ee6
--- /dev/null
+++ b/arch/riscv/kernel/vdso_cfi/.gitignore
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+*.S
+*.c
+vdso.lds
+!vdso-cfi.S
---
base-commit: 08ee1559052be302f1d3752f48360b89517d9f8d
change-id: ${change-id}
- Charlie