From: Jeremy Sowden Date: Sat, 21 Aug 2021 10:17:24 +0000 (+0200) Subject: Add DWARF object files to .gitignore. X-Git-Tag: v3.19~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0195bed6733b2626699a15e3b2daecfd22967b55;p=thirdparty%2Fxtables-addons.git Add DWARF object files to .gitignore. 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 --- diff --git a/.gitignore b/.gitignore index 2ebbe0e..005e7f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.dwo *.gcno *.la *.lo