From f6bf73038319b47b3065bdc8ee77244954f17b97 Mon Sep 17 00:00:00 2001 From: Jeroen Nijhof Date: Fri, 14 Jan 2011 11:18:15 +0100 Subject: Added gitignore for build stuff connect.c: removed ifdef for sys/socket.h, it will be included anyway for other platforms, thanks to Obata Akio for pointing that out. connect.c: improved connection error handling, patch from Martin Volf, thanks! --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..708214c --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +Makefile.in +aclocal.m4 +autom4te.cache/ +config.h.in +config/compile +config/config.guess +config/config.sub +config/depcomp +config/install-sh +config/ltmain.sh +config/missing +configure -- cgit v1.2.3