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

From Tom Lane
Subject Re: Add .gitignore files to CVS?
Date
Msg-id 19049.1263077087@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add .gitignore files to CVS?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Add .gitignore files to CVS?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Sat, Jan 9, 2010 at 5:18 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>> Robert Haas wrote:
>>> What I want is to ignore all of the build products

>> Use a vpath build, and you'll keep those artifacts out of your source tree.

> I suppose that's one answer, but of what use is it to ignore only the
> 'make distclean' leftovers?

Well, it fits my workflow, which is make distclean -> cvs update ->
fresh build.  If you want to update without cleaning the build tree,
using a separate build tree seems like a much better answer.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: mailing list archiver chewing patches
Next
From: Peter Eisentraut
Date:
Subject: Re: Add .gitignore files to CVS?