From 5a814f6f2ce8a9718823c2365c45b25cc756456b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Apr 2010 17:12:34 +0200 Subject: ignore files generated by 'maketgz' --- .gitignore | 4 ++++ include/curl/.gitignore | 2 +- lib/.gitignore | 5 +++++ src/.gitignore | 3 +++ tests/.gitignore | 4 ++++ 5 files changed, 17 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3