Re: Exclude core dumps from project - example patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Exclude core dumps from project - example patch
Дата
Msg-id 23096.1311089368@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Exclude core dumps from project - example patch  (pasman pasmański <pasman.p@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Yeb Havinga
Дата:
Сообщение: Re: Commitfest Status: Sudden Death Overtime
Следующее
От: Tom Lane
Дата:
Сообщение: Re: storing TZ along timestamps