mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Moved some patterns to subfolder's .gitignore.
This commit is contained in:
parent
98ca62c2d6
commit
6fb0ed88d6
5
.gitignore
vendored
5
.gitignore
vendored
@ -45,8 +45,3 @@ CHANGES.dist
|
|||||||
.project
|
.project
|
||||||
.cproject
|
.cproject
|
||||||
.settings
|
.settings
|
||||||
*.a
|
|
||||||
*.res
|
|
||||||
*.idb
|
|
||||||
winbuild/*.inc
|
|
||||||
|
|
||||||
|
2
lib/.gitignore
vendored
2
lib/.gitignore
vendored
@ -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
2
src/.gitignore
vendored
@ -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
2
winbuild/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.idb
|
||||||
|
*.inc
|
Loading…
Reference in New Issue
Block a user