Import curl 7.43
This is a simple import of curl 7.43.
The only change from the official release is the fact that the
Android.mk was removed to avoid build error trying to parse it.
BUG: 22347561
Change-Id: I52ef6798d30b25d22d1f62770d571adec8bcf4d5
diff --git a/.gitignore b/.gitignore
index f34bb25..83e7508 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,34 +1,51 @@
-/build
-/source/build
-*.mode1v3
-*.pbxuser
-*.pbxindex/
-!user.pbxuser
-/*.log
-*.user
-*.ncb
-*.suo
-*.pdb
-*.pdf
-*.html
-*.idb
-*.o
-*.lo
-*.a
-*.so
-*.so.0
-*.la
.deps
.libs
-*.pyc
-.DS_Store
-# Emacs and other editor backup files
+*.lib
+*.pdb
+*.dll
+*.exe
+*.obj
+*.asc
+.*.swp
+Debug
+Release
+*.exp
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.cache
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+libtool
+ltmain.sh
+compile
+curl-config
+libcurl.pc
+missing
+curl-*.tar.gz
+curl-*.tar.bz2
+curl-*.tar.lzma
+curl-*.zip
+INSTALL
+install-sh
+*.o
+*.lo
+*.la
+mkinstalldirs
+tags
+TAGS
*~
-
-# builds on Windows
-Debug/
-Release/
-release/
-
-/install
-/docs
\ No newline at end of file
+aclocal.m4.bak
+CHANGES.dist
+.project
+.cproject
+.settings
+.dirstamp
+test-driver
+/build/
+/builds/