ignore-coverage-files.patch

text/plain

Filename: ignore-coverage-files.patch
Type: text/plain
Part: 0
Message: .gitignore patch for coverage builds

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
b/.gitignore 9 0
*** a/.gitignore
--- b/.gitignore
***************
*** 12,17 ****
--- 12,26 ----
  *.mo
  objfiles.txt
  .deps/
+ *.h.gcov
+ *.c.gcov
+ *.y.gcov
+ *.l.gcov
+ *.c.gcov.out
+ *.gcno
+ *.gcda
+ lcov.info
+ coverage/
  
  # Local excludes in root directory
  /GNUmakefile