gitignore: Ignore files generated by "make coverage"
authorÆvar Arnfjörð Bjarmason <redacted>
Sun, 25 Jul 2010 19:52:39 +0000 (19:52 +0000)
committerJunio C Hamano <redacted>
Wed, 18 Aug 2010 19:42:18 +0000 (12:42 -0700)
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 <redacted>
Reviewed-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore

index 14e2b6bde9bef55d678da8ba44dc180b039cd3ac..57f79ef5a2187f3c6124ace71b09c752656c7bd2 100644 (file)
 *.[aos]
 *.py[co]
 .depend/
+*.gcda
+*.gcno
+*.gcov
+/coverage-untested-functions
 *+
 /config.mak
 /autom4te.cache
git clone https://git.99rst.org/PROJECT