Ignore output files when packaging

This commit is contained in:
nsubiron 2018-03-02 14:10:59 +01:00
parent 82d5966578
commit b6b40f53a9
1 changed files with 7 additions and 1 deletions

View File

@ -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