Re: Add .gitignore files to CVS? - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Add .gitignore files to CVS?
Date
Msg-id 4B4C5355020000250002E2AE@gw.wicourts.gov
Whole thread Raw
In response to Re: Add .gitignore files to CVS?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List 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 by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: mailing list archiver chewing patches
Next
From: Tom Lane
Date:
Subject: Re: mailing list archiver chewing patches