x86/hv: Add gitignore entry for generated header file
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2025 07:57:41 +0000 (19:57 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2025 07:57:41 +0000 (19:57 +1200)
commitd552fc632cf5b7e3b2808fd341708bd353072c45
tree47d8d0eb83ce81d6d2f38afc4dc42ad6e9bcd81c
parenta859eca0e4cc96f63ff125dbe5388d961558b0e9
x86/hv: Add gitignore entry for generated header file

Commit 7bfe3b8ea6e3 ("Drivers: hv: Introduce mshv_vtl driver") added a
new generated header file for the offsets into the mshv_vtl_cpu_context
structure to be used by the low-level assembly code.  But it didn't add
the .gitignore file to go with it, so 'git status' and friends will
mention it.

Let's add the gitignore file before somebody thinks that generated
header should be committed.

Fixes: 7bfe3b8ea6e3 ("Drivers: hv: Introduce mshv_vtl driver")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/hyperv/.gitignore [new file with mode: 0644]