Re: Add .gitignore files to CVS?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Add .gitignore files to CVS?
Дата
Msg-id 4B4C5355020000250002E2AE@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Add .gitignore files to CVS?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
I wrote: 
> git status | grep '^#[^ ]' | sed -e 's/#\t//' \
>  -e '/^[^\/][^\/]*$/ s/^/\//' >> .gitignore
I guess that part can be simplified to:
git status | grep '^#[^ ]' | sed -e 's/#\t/\//' >> .gitignore
-Kevin


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