mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
don't copy Makefiles either
This commit is contained in:
parent
2e07609d07
commit
10f8157070
@ -55,7 +55,7 @@ foreach my $line (@fileline)
|
|||||||
|
|
||||||
if ( ($line =~ /CVS/)
|
if ( ($line =~ /CVS/)
|
||||||
|| ($line =~ /Opt\d\-/)
|
|| ($line =~ /Opt\d\-/)
|
||||||
|| ($line =~ /\.cxx|\.obj|\.h|\.I|\.in|\.pdb|\.pp|\.cvsignore/)
|
|| ($line =~ /\.cxx|\.obj|\.h|\.I|\.in|\.pdb|\.pp|\.cvsignore|Makefile/)
|
||||||
)
|
)
|
||||||
{ # skip if ...
|
{ # skip if ...
|
||||||
print "skipping $line\n";
|
print "skipping $line\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user