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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a814f6f2ce8a9718823c2365c45b25cc756456b;p=curl ignore files generated by 'maketgz' --- diff --git a/.gitignore b/.gitignore index 4db4f4f31..e395f4c83 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 9958c2224..bfd4bca20 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 3da20f576..f40d9bb5c 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 b1c772903..37989d8ba 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 971670875..0b8009e46 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