From a0f6e5e9f1f8a0837a9e3ccc5a1f98cbfd2a6cf4 Mon Sep 17 00:00:00 2001 From: Vegard Nossum Date: Tue, 6 Aug 2024 08:38:07 -0700 Subject: [PATCH] .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7902adf4f7f1..38b7ab9e7dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ *.dwo *.elf *.gcno +*.gcda *.gz *.i *.ko