[rds-devel] [PATCH net-next v2 1/3] .gitignore: add .gcda files

allison.henderson at oracle.com allison.henderson at oracle.com
Tue Aug 6 15:38:07 UTC 2024


From: Vegard Nossum <vegard.nossum at oracle.com>

These files contain the runtime coverage data generated by gcov.

Signed-off-by: Vegard Nossum <vegard.nossum at oracle.com>
Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
Signed-off-by: Allison Henderson <allison.henderson at oracle.com>
---
 .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
-- 
2.25.1




More information about the rds-devel mailing list