gitignore: Ignore files generated by "make coverage"
The "make coverage" support added by Thomas Rast in 901c369af5
didn't
contain a corresponding patch to patch .gitignore.
Change gitignore to ignore the *.gcda, *.gcno and *.gcov files
generated by GCC and our coverage invocations.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e38efac87d
commit
3f5e042b9c
4
.gitignore
vendored
4
.gitignore
vendored
@ -181,6 +181,10 @@
|
|||||||
*.[aos]
|
*.[aos]
|
||||||
*.py[co]
|
*.py[co]
|
||||||
.depend/
|
.depend/
|
||||||
|
*.gcda
|
||||||
|
*.gcno
|
||||||
|
*.gcov
|
||||||
|
/coverage-untested-functions
|
||||||
*+
|
*+
|
||||||
/config.mak
|
/config.mak
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user