Re: .gitignore additions - Mailing list pgsql-hackers

From David Fetter
Subject Re: .gitignore additions
Date
Msg-id 20130125042728.GB31639@fetter.org
Whole thread Raw
In response to Re: .gitignore additions  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
List pgsql-hackers
On Fri, Jan 25, 2013 at 01:08:09AM +0100, Dimitri Fontaine wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
> >>> tags
> >>> /cscope.out
> >>>
> >> +1 on cscope.out!
> >
> > There doesn't seem anything postgres-specific about these. Pretty much
> > everything we list is a byproduct of a standard build, not some other tool.
> > "man gitignore" says
> 
> You can use .git/info/exclude for a personal per project setup, too.

Added to http://wiki.postgresql.org/wiki/Working_with_Git

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: Amit Kapila
Date:
Subject: Re: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review]
Next
From: Michael Paquier
Date:
Subject: Re: Support for REINDEX CONCURRENTLY