mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 17:18:48 -05:00
gitignore: ignore more generated files
This commit is contained in:
parent
67636222f4
commit
a26d11b8e1
16
docs/examples/.gitignore
vendored
16
docs/examples/.gitignore
vendored
@ -13,9 +13,15 @@ ftpgetinfo
|
|||||||
ftpgetresp
|
ftpgetresp
|
||||||
ftpsget
|
ftpsget
|
||||||
ftpupload
|
ftpupload
|
||||||
|
ftpuploadfrommem
|
||||||
|
ftpuploadresume
|
||||||
getinfo
|
getinfo
|
||||||
getinmemory
|
getinmemory
|
||||||
|
getredirect
|
||||||
http-post
|
http-post
|
||||||
|
http2-download
|
||||||
|
http2-serverpush
|
||||||
|
http2-upload
|
||||||
httpcustomheader
|
httpcustomheader
|
||||||
httpput
|
httpput
|
||||||
https
|
https
|
||||||
@ -27,6 +33,7 @@ imap-delete
|
|||||||
imap-examine
|
imap-examine
|
||||||
imap-fetch
|
imap-fetch
|
||||||
imap-list
|
imap-list
|
||||||
|
imap-lsub
|
||||||
imap-multi
|
imap-multi
|
||||||
imap-noop
|
imap-noop
|
||||||
imap-search
|
imap-search
|
||||||
@ -36,6 +43,7 @@ imap-tls
|
|||||||
multi-app
|
multi-app
|
||||||
multi-debugcallback
|
multi-debugcallback
|
||||||
multi-double
|
multi-double
|
||||||
|
multi-formadd
|
||||||
multi-post
|
multi-post
|
||||||
multi-single
|
multi-single
|
||||||
persistant
|
persistant
|
||||||
@ -54,18 +62,22 @@ pop3slist
|
|||||||
post-callback
|
post-callback
|
||||||
postinmemory
|
postinmemory
|
||||||
postit2
|
postit2
|
||||||
|
postit2-formadd
|
||||||
progressfunc
|
progressfunc
|
||||||
resolve
|
resolve
|
||||||
rtsp
|
rtsp
|
||||||
sendrecv
|
sendrecv
|
||||||
sepheaders
|
sepheaders
|
||||||
sftpget
|
sftpget
|
||||||
|
sftpuploadresume
|
||||||
|
shared-connection-cache
|
||||||
simple
|
simple
|
||||||
simplepost
|
simplepost
|
||||||
simplesmtp
|
simplesmtp
|
||||||
simplessl
|
simplessl
|
||||||
smtp-expn
|
smtp-expn
|
||||||
smtp-mail
|
smtp-mail
|
||||||
|
smtp-mime
|
||||||
smtp-multi
|
smtp-multi
|
||||||
smtp-ssl
|
smtp-ssl
|
||||||
smtp-tls
|
smtp-tls
|
||||||
@ -74,7 +86,3 @@ sslbackend
|
|||||||
url2file
|
url2file
|
||||||
usercertinmem
|
usercertinmem
|
||||||
xmlstream
|
xmlstream
|
||||||
http2-download
|
|
||||||
http2-serverpush
|
|
||||||
http2-upload
|
|
||||||
imap-lsub
|
|
||||||
|
2
tests/libtest/.gitignore
vendored
2
tests/libtest/.gitignore
vendored
@ -5,6 +5,6 @@ lib19[0-9][0-9]
|
|||||||
lib2033
|
lib2033
|
||||||
lib5[0-9][0-9]
|
lib5[0-9][0-9]
|
||||||
lib64[3-5]
|
lib64[3-5]
|
||||||
lib65[0-3]
|
lib65[0-9]
|
||||||
libauthretry
|
libauthretry
|
||||||
libntlmconnect
|
libntlmconnect
|
||||||
|
Loading…
Reference in New Issue
Block a user