Re: Easy way to verify gitignore files?

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Easy way to verify gitignore files?
Дата
Msg-id m2lj6si977.fsf@hi-media.com
обсуждение исходный текст
Ответ на Easy way to verify gitignore files?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Easy way to verify gitignore files?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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 :
http://www.kernel.org/pub/software/scm/git/docs/git-ls-files.htmlgit ls-files -i --exclude-standard 

Regards,
--
dim


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: wip: functions median and percentile
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: wip: functions median and percentile