Re: .gitignore additions

From: David Fetter <david(at)fetter(dot)org>
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 06:32:07
Message-ID: 20130123063207.GC26369@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 23, 2013 at 01:05:12PM +0800, Craig Ringer wrote:
> Hi all
>
> Would a committer be willing to pop some entries in .gitignore for
> Windows native build outputs?
>
> *.sln
> *.vcproj
> *.vcxproj
>
> It'd make life easier when testing Windows changes.

While they're at it, it'd be nice to have tags from ctags (via our
tools or otherwise) get ignored globally, along with cscope.out , as
follows:

tags
/cscope.out

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2013-01-23 06:35:52 Re: Patch: UNNEST (and other functions) WITH ORDINALITY
Previous Message David Fetter 2013-01-23 06:29:43 Patch: UNNEST (and other functions) WITH ORDINALITY