summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-03-24 00:24:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-03-24 00:24:24 +0100
commita26d11b8e112dd71f7a7c7b59e9fe23f9bf434c0 (patch)
tree0d33086089a0546b92f24da5a0e167ae468c706b
parent67636222f42b7db146b963deb577a981b4fcdfa2 (diff)
downloadcurl-a26d11b8e112dd71f7a7c7b59e9fe23f9bf434c0.tar.gz
gitignore: ignore more generated files
-rw-r--r--docs/examples/.gitignore16
-rw-r--r--tests/libtest/.gitignore2
2 files changed, 13 insertions, 5 deletions
diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore
index f22c7b02f..36cececc4 100644
--- a/docs/examples/.gitignore
+++ b/docs/examples/.gitignore
@@ -13,9 +13,15 @@ ftpgetinfo
ftpgetresp
ftpsget
ftpupload
+ftpuploadfrommem
+ftpuploadresume
getinfo
getinmemory
+getredirect
http-post
+http2-download
+http2-serverpush
+http2-upload
httpcustomheader
httpput
https
@@ -27,6 +33,7 @@ imap-delete
imap-examine
imap-fetch
imap-list
+imap-lsub
imap-multi
imap-noop
imap-search
@@ -36,6 +43,7 @@ imap-tls
multi-app
multi-debugcallback
multi-double
+multi-formadd
multi-post
multi-single
persistant
@@ -54,18 +62,22 @@ pop3slist
post-callback
postinmemory
postit2
+postit2-formadd
progressfunc
resolve
rtsp
sendrecv
sepheaders
sftpget
+sftpuploadresume
+shared-connection-cache
simple
simplepost
simplesmtp
simplessl
smtp-expn
smtp-mail
+smtp-mime
smtp-multi
smtp-ssl
smtp-tls
@@ -74,7 +86,3 @@ sslbackend
url2file
usercertinmem
xmlstream
-http2-download
-http2-serverpush
-http2-upload
-imap-lsub
diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore
index f368550a1..e10d96d9a 100644
--- a/tests/libtest/.gitignore
+++ b/tests/libtest/.gitignore
@@ -5,6 +5,6 @@ lib19[0-9][0-9]
lib2033
lib5[0-9][0-9]
lib64[3-5]
-lib65[0-3]
+lib65[0-9]
libauthretry
libntlmconnect