Browse Source

Moved some patterns to subfolder's .gitignore.

Guenter Knauf 12 years ago
parent
commit
6fb0ed88d6
4 changed files with 6 additions and 5 deletions
  1. 0 5
      .gitignore
  2. 2 0
      lib/.gitignore
  3. 2 0
      src/.gitignore
  4. 2 0
      winbuild/.gitignore

+ 0 - 5
.gitignore

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

+ 2 - 0
lib/.gitignore

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

+ 2 - 0
src/.gitignore

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

+ 2 - 0
winbuild/.gitignore

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