Re: Add .gitignore files to CVS? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Add .gitignore files to CVS?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Add .gitignore files to CVS?  (Alvaro Herrera <[email protected]>)
Responses Re: Add .gitignore files to CVS?
List pgsql-hackers
On fre, 2010-01-08 at 12:04 -0300, Alvaro Herrera wrote:
> Do .gitignore files have the same format as .cvsignore?  If that's the
> case then it's simply a matter of a "find /source -name .cvsignore
> -exec
> cp {} .gitignore \;" or similar, isn't it?  Doesn't sound like
> something
> anybody should sweat over. 

The format is the same, but while cvsignore files currently list a few
dozen files, the proposed gitignore would list all files that are ever
build anywhere.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: damage control mode
Next
From: Peter Eisentraut
Date:
Subject: Re: Add .gitignore files to CVS?