Re: Easy way to verify gitignore files? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Easy way to verify gitignore files?
Date
Msg-id 201009230926.16321.andres@anarazel.de
Whole thread Raw
In response to Easy way to verify gitignore files?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Configuring synchronous replication
Next
From: Dean Rasheed
Date:
Subject: Re: WIP: Triggers on VIEWs