From: Vegard Nossum Date: Tue, 6 Aug 2024 15:38:07 +0000 (-0700) Subject: .gitignore: add .gcda files X-Git-Tag: v6.12-rc1~232^2~291^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f6e5e9f1f8a0837a9e3ccc5a1f98cbfd2a6cf4;p=thirdparty%2Fkernel%2Flinux.git .gitignore: add .gcda files These files contain the runtime coverage data generated by gcov. Signed-off-by: Vegard Nossum Signed-off-by: Chuck Lever Signed-off-by: Allison Henderson Signed-off-by: David S. Miller --- diff --git a/.gitignore b/.gitignore index 7902adf4f7f1a..38b7ab9e7dc4f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ *.dwo *.elf *.gcno +*.gcda *.gz *.i *.ko