Peter Davies <[email protected]> writes: > @@ -79,6 +79,9 @@ my @ignores = ( > "*.ok", > "*.res", > "*.so", > + "*.gcno", > + "*.gcov", > + "/conf*",
They are not generated by a standard build so they don't belong here. Put then in your local ignore file. -- Alexandre Julliard [email protected]
