[Mesa-dev] [PATCH 1/2] mesa: add .mesa-install-links files to gitignore
Connor Abbott
cwabbott0 at gmail.com
Fri Apr 17 10:24:29 PDT 2015
On Fri, Apr 17, 2015 at 1:17 PM, Matt Turner <mattst88 at gmail.com> wrote:
> On Fri, Apr 17, 2015 at 9:59 AM, Connor Abbott <cwabbott0 at gmail.com> wrote:
>> Signed-off-by: Connor Abbott <cwabbott0 at gmail.com>
>> ---
>> src/mesa/main/.gitignore | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore
>> index 8256ad7..b5f786d 100644
>> --- a/src/mesa/main/.gitignore
>> +++ b/src/mesa/main/.gitignore
>> @@ -9,3 +9,4 @@ get_hash.h.tmp
>> format_info.h
>> format_pack.c
>> format_unpack.c
>> +format_info.c
>> --
>
> Probably list it before format_info.h?
Good point... I wanted to put it next to the other format_*.c, so I
moved it to after format_info.h.
More information about the mesa-dev
mailing list