cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: gitignore: Added files generated by mingw32, eclipse and VC

From: Marc Hoersken <info_at_marc-hoersken.de>
Date: Tue, 3 Jul 2012 11:11:05 +0200

Hi Günter,

2012/7/3 Guenter <lists_at_gknw.net>:
> 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
Received on 2012-07-03