mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
x86/entry/vdso: Add vdso2c to .gitignore
The commita76108d05e("x86/entry/vdso: Move vdso2c to arch/x86/tools") moved vdso2c to arch/x86/tools/ and commit93d73005bf("x86/entry/vdso: Rename vdso_image_* to vdso*_image") renamed .so files but also dropped vdso2c from arch/x86/entry/vdso/.gitignore. It should've moved it to arch/x86/tools/.gitignore instead. Do that. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://patch.msgid.link/20260127221633.GAaXk5QcG8ILa1VWYR@fat_crate.local
This commit is contained in:
parent
3e30278e0c
commit
ce9b1c10c3
1 changed files with 1 additions and 0 deletions
1
arch/x86/tools/.gitignore
vendored
1
arch/x86/tools/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
relocs
|
||||
vdso2c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue