Commit ba0b5a8c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Remove a check for obsolete directory and file special cases.

parent d7d68dba
......@@ -108,12 +108,10 @@ sub file_skip($) {
$_ = file_absolutize($_);
m%^(?:libtest|programs|rc|server|tests|tools)/% && return 1;
m%^(?:debugger|miscemu|libs|server)/% && return 1;
m%^(?:libs|programs|server|tools)/% && return 1;
m%^dlls/wineps/data/% && return 1;
m%^windows/x11drv/wineclipsrv\.c$% && return 1;
m%^dlls/winmm/wineoss/midipatch\.c$% && return 1;
m%(?:glue|spec)\.c$% && return 1;
m%spec\.c$% && return 1;
return 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