don't copy Makefiles either

This commit is contained in:
Joseph Lee 2006-10-04 07:54:33 +00:00
parent 2e07609d07
commit 10f8157070

View File

@ -55,7 +55,7 @@ foreach my $line (@fileline)
if ( ($line =~ /CVS/)
|| ($line =~ /Opt\d\-/)
|| ($line =~ /\.cxx|\.obj|\.h|\.I|\.in|\.pdb|\.pp|\.cvsignore/)
|| ($line =~ /\.cxx|\.obj|\.h|\.I|\.in|\.pdb|\.pp|\.cvsignore|Makefile/)
)
{ # skip if ...
print "skipping $line\n";