Commit cad954aa authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Ignore gitignore

parent 316edbe7
...@@ -77,6 +77,8 @@ for_each_gem (char before[1024], char after[1024], ...@@ -77,6 +77,8 @@ for_each_gem (char before[1024], char after[1024],
continue; continue;
if (strcmp(gemname, "..") == 0) if (strcmp(gemname, "..") == 0)
continue; continue;
if (strcmp(gemname, ".gitignore") == 0)
continue;
stat(gemname_path, &attribut); stat(gemname_path, &attribut);
if (S_ISDIR(attribut.st_mode) == 0) { if (S_ISDIR(attribut.st_mode) == 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment