diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-09 10:09:33 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-09 10:09:33 +0000 |
commit | f77f2709a9bed0763c485c02873dd592427e9b38 (patch) | |
tree | d3697deb0830fde08ce56437361259640bd1fb5b | |
parent | bc852bca48ad4b3dce55c62aa30036c7a4190093 (diff) |
Ignore more files for cvs
-rw-r--r-- | .cvsignore | 4 | ||||
-rw-r--r-- | lib/.cvsignore | 18 | ||||
-rw-r--r-- | src/.cvsignore | 19 |
3 files changed, 32 insertions, 9 deletions
diff --git a/.cvsignore b/.cvsignore index 46d1ebb20..cc3ccd07f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -16,3 +16,7 @@ depcomp libcurl.pc libtool ltmain.sh +vc6curl.ncb +vc6curl.opt +vc6curl.sln +vc6curl.suo diff --git a/lib/.cvsignore b/lib/.cvsignore index 623a9fbb8..03863387e 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -1,12 +1,22 @@ +*.dist +*.in *.la *.lo -Makefile -*.in .deps .libs +DLL-Debug +DLL-Release +LIB-Debug +LIB-Release +Makefile config.h -stamp-* getdate.c libcurl.dsp libcurl.vcproj -*.dist +stamp-* +vc6libcurl.dsp +vc6libcurl.ncb +vc6libcurl.opt +vc6libcurl.sln +vc6libcurl.suo +vc6libcurl.vcproj diff --git a/src/.cvsignore b/src/.cvsignore index f2956cebe..36e937719 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -1,10 +1,19 @@ -Makefile -Makefile.in +*.dist .deps .libs -curl -config.h.in +DLL-Debug +DLL-Release +LIB-Debug +LIB-Release +Makefile +Makefile.in config.h +config.h.in +curl hugehelp.c stamp-h* -*.dist +vc6curlsrc.ncb +vc6curlsrc.opt +vc6curlsrc.sln +vc6curlsrc.suo +vc6curlsrc.vcproj |