Re: Easy way to verify gitignore files?

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Easy way to verify gitignore files?
Date: 2010-09-23 07:26:15
Message-ID: 201009230926.16321.andres@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Thursday 23 September 2010 02:54:19 Tom Lane wrote:
> Is there any automated sanity check that we can run to find this sort
> of problem? I suspect that we probably have got some errors in the
> .gitignore files, particularly in the back branches, and it would be
> nice to find them now before they get in the way of normal development.
git clean -nx shows you all ignored files that are not checked if thats what
you want...

Andres

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2010-09-23 07:59:32 Re: WIP: Triggers on VIEWs
Previous Message Simon Riggs 2010-09-23 06:20:19 Re: Configuring synchronous replication