Re: Additional git conversion steps

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <pgsql-hackers@postgreSQL.org>,"Tom Lane" <tgl@sss.pgh.pa.us>
Date: 2010-08-17T18:37:34Z
Lists: pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
 
> 1. The various .cvsignore files need to be replaced by .gitignore
> files.
 
I could post my .gitignore file if you like.  I'm sure it can be
improved upon by others, but it gives me a clean `git status` result
when it should.  Probably better than nothing as a start.
 
>  * src/backend/utils/cache/plancache.c
>  *	  Plan cache management.
 
Sounds good to me.
 
-Kevin