Re: Add .gitignore files to CVS?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Robert Haas" <robertmhaas(at)gmail(dot)com>, "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "Alex Hunsaker" <badalex(at)gmail(dot)com>, "Magnus Hagander" <magnus(at)hagander(dot)net>, "Tim Bunce" <Tim(dot)Bunce(at)pobox(dot)com>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Add .gitignore files to CVS?
Date: 2010-01-12 16:47:49
Message-ID: 4B4C5355020000250002E2AE@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-01-12 16:54:51 Re: mailing list archiver chewing patches
Previous Message Joshua D. Drake 2010-01-12 16:38:00 Re: mailing list archiver chewing patches