Ignore output files when packaging
This commit is contained in:
parent
82d5966578
commit
b6b40f53a9
|
@ -120,9 +120,15 @@ if $DO_COPY_FILES ; then
|
|||
cp -v ./Docs/Example.CarlaSettings.ini ${DESTINATION}/Example.CarlaSettings.ini
|
||||
|
||||
rsync -vhr --delete --delete-excluded \
|
||||
--exclude "__pycache__" \
|
||||
--exclude "*.egg-info" \
|
||||
--exclude "*.log" \
|
||||
--exclude "*.pyc" \
|
||||
--exclude ".*" \
|
||||
--exclude ".tags*" \
|
||||
--exclude "__pycache__" \
|
||||
--exclude "_benchmarks_results*" \
|
||||
--exclude "_images*" \
|
||||
--exclude "_out*" \
|
||||
PythonClient/ ${DESTINATION}/PythonClient
|
||||
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue