Add files generated by "make depend", PGO and gcov to .gitignore

Scott Ritchie scott at open-vote.org
Wed Jun 23 20:22:29 CDT 2010


On 06/22/2010 11:03 AM, Alexandre Julliard wrote:
> Peter Davies <ultratwo at gmail.com> 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.
> 

Is best practice to confine these to a particular folder (like you get
with -fprofile-dir)?  Is there a switch to do that for gcov data?

Thanks,
Scott Ritchie



More information about the wine-devel mailing list