Hi Günter, 2012/7/3 Guenter <[email protected]>: > just looked at it: > > --- a/.gitignore > +++ b/.gitignore > @@ -42,3 +42,12 @@ TAGS > *~ > aclocal.m4.bak > CHANGES.dist > +.project > +.cproject > +lib/libcurl.a > +lib/libcurl.res > +lib/libcurldll.a > +src/curl.res > +winbuild/CURL_OBJS.inc > +winbuild/LIBCURL_OBJS.inc > +winbuild/vc*.idb > > and I think this could be simplified to: > +.project > +.cproject > +*.a > +*.res > +*.idb > +winbuild/*.inc > > or?
Yes, that's fine. Could you also add .settings/ for me? That's the eclipse directory for additional settings. (You can put it right after .cproject) Thanks, Marc ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
