Skip to content

Commit

Permalink
Merge pull request #108 from CyberShadow/rdmd-20140118
Browse files Browse the repository at this point in the history
rdmd: Add etc to list of ignored packages
  • Loading branch information
MartinNowak committed Jan 18, 2014
2 parents ef5dc0c + e0bcca7 commit bec6ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmd.d
Expand Up @@ -39,7 +39,7 @@ else

private bool chatty, buildOnly, dryRun, force, preserveOutputPaths;
private string exe;
private string[] exclusions = ["std", "core", "tango"]; // packages that are to be excluded
private string[] exclusions = ["std", "etc", "core", "tango"]; // packages that are to be excluded

version (DigitalMars)
private enum defaultCompiler = "dmd";
Expand Down

0 comments on commit bec6ba2

Please sign in to comment.