diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-08-02 23:47:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-08-02 23:47:44 +0200 |
commit | fc308282ac9f368da7497431742c56ac3905e017 (patch) | |
tree | cd5e171ad83a3889054e07cfbd0181105a9aa82b /docs | |
parent | e9f35132642b8bace7ab40207603b5713296fe25 (diff) | |
download | curl-fc308282ac9f368da7497431742c56ac3905e017.tar.gz |
.gitignore: ignore all built examples
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/.gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore new file mode 100644 index 000000000..3acd509b3 --- /dev/null +++ b/docs/examples/.gitignore @@ -0,0 +1,32 @@ +10-at-a-time +anyauthput +certinfo +chkspeed +cookie_interface +debug +fileupload +fopen +ftp-wildcard +ftpget +ftpgetinfo +ftpgetresp +ftpupload +getinfo +getinmemory +http-post +httpcustomheader +httpput +https +multi-app +multi-debugcallback +multi-double +multi-post +multi-single +persistant +post-callback +postit2 +sendrecv +sepheaders +simple +simplepost +simplessl |