Re: .gitignore additions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Craig Ringer <craig(at)2ndQuadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: .gitignore additions
Date: 2013-01-23 08:15:39
Message-ID: 50FF9C2B.6010506@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 01/23/2013 12:05 AM, Craig Ringer wrote:
> Hi all
>
> Would a committer be willing to pop some entries in .gitignore for
> Windows native build outputs?
>
> *.sln

We already exclude pgsql.sln - what others are built? None that I can see.

> *.vcproj
> *.vcxproj

These all go in the top dir, no? So I think these could be anchored
patterns.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomonari Katsumata 2013-01-23 08:46:00 Re: dividing privileges for replication role.
Previous Message Pavel Stehule 2013-01-23 08:07:03 Re: proposal: fix corner use case of variadic fuctions usage