Re: Exclude core dumps from project - example patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Exclude core dumps from project - example patch
Date
Msg-id 23096.1311089368@sss.pgh.pa.us
Whole thread Raw
In response to Exclude core dumps from project - example patch  (pasman pasmański <pasman.p@gmail.com>)
List pgsql-hackers
pasman pasmański <pasman.p@gmail.com> writes:
> I am learn the git. For test my skills, here is patch to exclude core
> dumps from git tree.

This doesn't seem like a particularly good idea.  The project policy is
to exclude only files that would normally appear during a build, and not
cruft that might be generated by unexpected events.  You might consider
excluding such files in a personal ~/.gitconfig, if you would prefer to
have git not tell you that your source tree is cluttered with them.
See the core.excludesfile setting.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Yeb Havinga
Date:
Subject: Re: Commitfest Status: Sudden Death Overtime
Next
From: Tom Lane
Date:
Subject: Re: storing TZ along timestamps