Ignore .git directory when packing
This commit is contained in:
parent
69d475703e
commit
47ce072a73
@ -83,6 +83,7 @@ find -H $newDir \
|
||||
-a ! -name "core.[1-9]*" \
|
||||
-a ! -name "log[0-9]*" \
|
||||
| sed \
|
||||
-e "\@$newDir/.git/@d" \
|
||||
-e "\@$newDir/lib/@d" \
|
||||
-e "\@$newDir/src/other/mico-*/platforms@d" \
|
||||
-e "\@$newDir/src/other/mpich-*/platforms@d" \
|
||||
|
@ -85,6 +85,7 @@ find -H $packDir \
|
||||
-a ! -name "log[0-9]*" \
|
||||
-a ! -name "so_locations" \
|
||||
| sed \
|
||||
-e "\@$packDir/.git/@d" \
|
||||
-e "\@$packDir/lib/@d" \
|
||||
-e "\@$packDir/src/other/mico-*/platforms@d" \
|
||||
-e "\@$packDir/src/other/mpich-*/platforms@d" \
|
||||
|
@ -74,6 +74,7 @@ find -H $packDir \
|
||||
-a ! -name "core.[1-9]*" \
|
||||
-a ! -name "log[0-9]*" \
|
||||
| sed \
|
||||
-e "\@$packDir/.git/@d" \
|
||||
-e "\@$packDir/lib/@d" \
|
||||
-e "\@$packDir/src/other/mico-*/platforms@d" \
|
||||
-e "\@$packDir/src/other/mpich-*/platforms@d" \
|
||||
|
Loading…
Reference in New Issue
Block a user