From 118af5f6d632c8969468c42ae578d9228f20f4d0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 20 Apr 2006 18:47:13 +0000 Subject: [PATCH] Remove Burg as a directory to be considered. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27906 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/userloc.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/userloc.pl b/utils/userloc.pl index 8f40d9b6da3..4a9fdd179fc 100755 --- a/utils/userloc.pl +++ b/utils/userloc.pl @@ -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.*/);