cleanup
This commit is contained in:
+21
-241
File diff suppressed because it is too large
Load Diff
@@ -82,7 +82,7 @@ while (<FILES>) {
|
||||
$file_types{$_} = "CONF-SH";
|
||||
} elsif ($base =~ /\.(db|hint)$/) {
|
||||
$file_types{$_} = "ZONE";
|
||||
} elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg|\.dsp|\.dsw|\.mak)$/i) {
|
||||
} elsif ($base =~ /(\/\.gitignore|\.gif|\.jpg|\.dsp|\.dsw|\.mak)$/i) {
|
||||
$file_types{$_} = "X";
|
||||
} elsif ($base =~ /\.rnc$/i) {
|
||||
$file_types{$_} = "RNC";
|
||||
|
||||
Reference in New Issue
Block a user