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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to