If we build against a kernel with `CONFIG_DEBUG_INFO_SPLIT` enabled, the kernel compiler flags will include `-gsplit-dwarf`, and the linker will emit .dwo files. Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2ebbe0e89fe7..005e7f978d47 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.dwo *.gcno *.la *.lo -- 2.32.0