Ignore gitignore

This commit is contained in:
Daniel Bovensiepen
2012-09-23 23:33:08 +08:00
parent 316edbe7c4
commit cad954aa9f
+2
View File
@@ -77,6 +77,8 @@ for_each_gem (char before[1024], char after[1024],
continue;
if (strcmp(gemname, "..") == 0)
continue;
if (strcmp(gemname, ".gitignore") == 0)
continue;
stat(gemname_path, &attribut);
if (S_ISDIR(attribut.st_mode) == 0) {