cURL / Mailing Lists / curl-library / Single Mail

curl-library

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

From: Guenter <lists_at_gknw.net>
Date: Tue, 03 Jul 2012 10:42:35 +0200

Hi Marc,
Am 01.07.2012 09:53, schrieb Marc Hoersken:
> I updated the .gitignore file to exclude files generated by mingw32,
> eclipse and VC.
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?

@Yang: I believe that writing into the the source subdirs is a valid
task since all build systems do this unless you specially take care and
run configure in a fresh dir (and even then configure still does write
into source dir), so adding these files to .gitignore seems ok to me.

Gün.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-07-03