зеркало из https://github.com/mozilla/gecko-dev.git
Add .svn to the list of directories to exclude - patch by John L. Villalovos
bug 328407 r=timeless
This commit is contained in:
Родитель
a8f0e187b8
Коммит
16ad4561fb
|
@ -215,6 +215,7 @@ my @install_files=();
|
|||
|
||||
sub wanted_source_files {
|
||||
$File::Find::prune = 1, return if $_ eq 'CVS';
|
||||
$File::Find::prune = 1, return if $_ eq '.svn';
|
||||
return unless -T $_;
|
||||
return if /^\#/ or /~$/ or /^\./;
|
||||
push @source_files, $File::Find::name;
|
||||
|
|
Загрузка…
Ссылка в новой задаче