Moved some patterns to subfolder's .gitignore.

This commit is contained in:
Guenter Knauf 2012-07-03 14:31:50 +02:00
parent 98ca62c2d6
commit 6fb0ed88d6
4 changed files with 6 additions and 5 deletions

5
.gitignore vendored
View File

@ -45,8 +45,3 @@ CHANGES.dist
.project .project
.cproject .cproject
.settings .settings
*.a
*.res
*.idb
winbuild/*.inc

2
lib/.gitignore vendored
View File

@ -11,3 +11,5 @@ libcurl.vcproj
vc6libcurl.dsp vc6libcurl.dsp
Makefile.vc10.dist Makefile.vc10.dist
libcurl.vers libcurl.vers
*.a
*.res

2
src/.gitignore vendored
View File

@ -9,3 +9,5 @@ version.h.dist
tool_version.h.dist tool_version.h.dist
Makefile.vc10.dist Makefile.vc10.dist
config-win32.h config-win32.h
*.a
*.res

2
winbuild/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.idb
*.inc