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

From Tom Lane
Subject Re: Add .gitignore files to CVS?
Date
Msg-id 8023.1263056421@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add .gitignore files to CVS?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Add .gitignore files to CVS?  (Peter Eisentraut <peter_e@gmx.net>)
Re: Add .gitignore files to CVS?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On fre, 2010-01-08 at 12:04 -0300, Alvaro Herrera wrote:
>> Do .gitignore files have the same format as .cvsignore?

> 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.

The charter of the .cvsignore files is to ignore files that are not in
the repository but are nonetheless left behind after "make distclean".
Any git-oriented replacement should behave the same IMO.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Also update ChangerLog file.
Next
From: Magnus Hagander
Date:
Subject: Re: [COMMITTERS] pgsql: Also update ChangerLog file.