278470 Build leaves pesky "tmp" files in drop directories
diff --git a/releng.control/cc_copyArtifacts.xml b/releng.control/cc_copyArtifacts.xml
index 1775f62..cea9f7b 100644
--- a/releng.control/cc_copyArtifacts.xml
+++ b/releng.control/cc_copyArtifacts.xml
@@ -33,7 +33,8 @@
overwrite="true"
failonerror="false">
<fileset
- dir="${env.PROJECT_PROJECTS}/${projectname}/workdir/${buildLabel}"/>
+ dir="${env.PROJECT_PROJECTS}/${projectname}/workdir/${buildLabel}"
+ excludes="**/*.bak,**/*.temp" />
<fileset
file="${env.ANT_WORKING}/${projectname}/antBuilderOutput.log"/>
</copy>