From: Daniel Stenberg Date: Wed, 14 Apr 2010 15:12:34 +0000 (+0200) Subject: ignore files generated by 'maketgz' X-Git-Tag: curl-7_21_0~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a814f6f2ce8a9718823c2365c45b25cc756456b;p=thirdparty%2Fcurl.git ignore files generated by 'maketgz' --- diff --git a/.gitignore b/.gitignore index 4db4f4f319..e395f4c83f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.dll *.exe *.obj +*.asc .*.swp Debug Release @@ -26,6 +27,9 @@ curl-config libcurl.pc missing curl-*.tar.gz +curl-*.tar.bz2 +curl-*.tar.lzma +curl-*.zip INSTALL install-sh *.o diff --git a/include/curl/.gitignore b/include/curl/.gitignore index 9958c22249..bfd4bca202 100644 --- a/include/curl/.gitignore +++ b/include/curl/.gitignore @@ -1,3 +1,3 @@ curlbuild.h stamp-h3 - +curlver.h.dist diff --git a/lib/.gitignore b/lib/.gitignore index 3da20f5762..f40d9bb5c0 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -4,3 +4,8 @@ stamp-h1 *.orig *.rej TAGS +Makefile.vc8.dist +Makefile.vc9.dist +libcurl.plist.dist +libcurl.vcproj +vc6libcurl.dsp diff --git a/src/.gitignore b/src/.gitignore index b1c772903f..37989d8ba0 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -3,3 +3,6 @@ curl_config.h curl_config.h.in hugehelp.c stamp-h2 +Makefile.vc8.dist +Makefile.vc9.dist +version.h.dist diff --git a/tests/.gitignore b/tests/.gitignore index 9716708755..0b8009e46d 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -10,3 +10,7 @@ curl_ssh_config curl_sshd_config *pid stunnel.conf +runtests.html +runtests.pdf +testcurl.html +testcurl.pdf