Skip to content

git ignore *.gc{da,no} files

After building advent, from the --coverage options, the *.gcda and *.gcno files are in the working directory and reported as untracked by git status. Ignore them.

Merge request reports