provide an initial set of .gitignore files

This commit is contained in:
Daniel Stenberg 2010-03-20 23:35:45 +01:00
parent 19ca0c0fbe
commit b40acd8009
10 changed files with 72 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@ -0,0 +1,38 @@
.deps
.libs
*.lib
*.pdb
*.dll
*.exe
*.obj
.*.swp
Debug
Release
*.exp
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.guess
config.log
config.status
config.sub
configure
depcomp
libtool
ltmain.sh
compile
curl-config
libcurl.pc
missing
curl-*.tar.gz
INSTALL
install-sh
*.o
*.lo
*.la
mkinstalldirs
tags
libssh2.pc
*~
aclocal.m4.bak

9
ares/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
acountry
adig
ahost
ares_build.h
ares_config.h
ares_config.h.in
libcares.pc
stamp-h1
stamp-h2

5
ares/m4/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4

3
include/curl/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
curlbuild.h
stamp-h3

3
lib/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
curl_config.h
curl_config.h.in
stamp-h1

5
m4/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4

1
packages/AIX/RPM/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
curl.spec

1
packages/EPM/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
curl.list

2
packages/Linux/RPM/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
curl-ssl.spec
curl.spec

5
src/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
curl
curl_config.h
curl_config.h.in
hugehelp.c
stamp-h2