Re: .gitignore additions - Mailing list pgsql-hackers

From David Fetter
Subject Re: .gitignore additions
Date
Msg-id 20130123063207.GC26369@fetter.org
Whole thread Raw
In response to .gitignore additions  (Craig Ringer <craig@2ndQuadrant.com>)
Responses Re: .gitignore additions
List 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@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.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



pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Patch: UNNEST (and other functions) WITH ORDINALITY
Next
From: David Fetter
Date:
Subject: Re: Patch: UNNEST (and other functions) WITH ORDINALITY