diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-17 22:33:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-17 22:33:25 +0000 |
commit | 138ca334f9038d542832910ef2359b6cc7d29561 (patch) | |
tree | 14cdc6fd0a724f395785bd824638f14f1657e694 /docs | |
parent | 1aa82deceadf70f9f2f43be7ee3544511ccc7e8d (diff) | |
download | curl-138ca334f9038d542832910ef2359b6cc7d29561.tar.gz |
ignore all the binaries and the .deps and .libs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/.cvsignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/examples/.cvsignore b/docs/examples/.cvsignore index 282522db0..44e99847c 100644 --- a/docs/examples/.cvsignore +++ b/docs/examples/.cvsignore @@ -1,2 +1,30 @@ Makefile Makefile.in +.deps +.libs +10-at-a-time +anyauthput +cookie_interface +debug +fileupload +fopen +ftpget +ftpgetresp +ftpupload +getinfo +getinmemory +http-post +httpput +https +multi-app +multi-debugcallback +multi-double +multi-post +multi-single +persistant +post-callback +postit2 +sepheaders +simple +simplepost +simplessl |