Re: Easy way to verify gitignore files?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Easy way to verify gitignore files?
Дата
Msg-id 19544.1285345577@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Easy way to verify gitignore files?  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-hackers
Dimitri Fontaine <dfontaine@hi-media.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> However, it seems that git isn't so willing to tell you about gitignore
>> patterns that cover too much, i.e. match files that are already in the
>> repository.

> It seems to me that git-ls-files is what you want here:
>   git ls-files -i --exclude-standard

Ah-hah, that does what I want, and indeed it shows that we've got some
issues.  Working on cleaning them up.  Thanks!
        regards, tom lane


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Magnus? Is that you?
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Magnus? Is that you?