Re: Easy way to verify gitignore files?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Easy way to verify gitignore files?
Дата
Msg-id 201009230926.16321.andres@anarazel.de
обсуждение исходный текст
Ответ на Easy way to verify gitignore files?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

On Thursday 23 September 2010 02:54:19 Tom Lane wrote:
> Is there any automated sanity check that we can run to find this sort
> of problem?  I suspect that we probably have got some errors in the
> .gitignore files, particularly in the back branches, and it would be
> nice to find them now before they get in the way of normal development.
git clean -nx shows you all ignored files that are not checked if thats what 
you want...

Andres


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Configuring synchronous replication
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: WIP: Triggers on VIEWs