mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
x86/hv: Add gitignore entry for generated header file
Commit7bfe3b8ea6("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:7bfe3b8ea6("Drivers: hv: Introduce mshv_vtl driver") Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
1
arch/x86/hyperv/.gitignore
vendored
Normal file
1
arch/x86/hyperv/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
mshv-asm-offsets.h
|
||||
Reference in New Issue
Block a user