mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Ignore gitignore
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user