aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@google.com>2015-07-01 15:39:44 -0700
committerBertrand SIMONNET <bsimonnet@google.com>2015-07-08 10:51:12 -0700
commite6cd738ed3716c02557fb3a47515244e949ade39 (patch)
tree8d093306c27b850f828317ed67d6efea3ec7e084 /.gitignore
parentd43abe883892fe84137052fd27ecd956a2c7cacf (diff)
downloadexternal_curl-e6cd738ed3716c02557fb3a47515244e949ade39.tar.gz
external_curl-e6cd738ed3716c02557fb3a47515244e949ade39.tar.bz2
external_curl-e6cd738ed3716c02557fb3a47515244e949ade39.zip
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore75
1 files changed, 46 insertions, 29 deletions
diff --git a/.gitignore b/.gitignore
index f34bb251..83e75086 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,34 +1,51 @@
-/build
-/source/build
-*.mode1v3
-*.pbxuser
-*.pbxindex/
-!user.pbxuser
-/*.log
-*.user
-*.ncb
-*.suo
+.deps
+.libs
+*.lib
*.pdb
-*.pdf
-*.html
-*.idb
+*.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
-*.a
-*.so
-*.so.0
*.la
-.deps
-.libs
-*.pyc
-.DS_Store
-# Emacs and other editor backup files
+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/