1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Remove Burg as a directory to be considered.

llvm-svn: 27906
This commit is contained in:
Reid Spencer 2006-04-20 18:47:13 +00:00
parent d900947d0c
commit 416e895b56

View File

@ -133,7 +133,6 @@ sub ValidateDirectory
return 0 if ($d =~ /.*Debug.*/);
return 0 if ($d =~ /.*Release.*/);
return 0 if ($d =~ /.*Profile.*/);
return 0 if ($d =~ /.*utils\/Burg.*/);
return 0 if ($d =~ /.*docs\/CommandGuide\/html.*/);
return 0 if ($d =~ /.*docs\/CommandGuide\/man.*/);
return 0 if ($d =~ /.*docs\/CommandGuide\/ps.*/);