[ticket/11291] phing: Exclude vendor folder from diffs.

Otherwise we end up with very huge diffs and the build process is severely
slowed down.

PHPBB3-11291
This commit is contained in:
Andreas Fischer 2012-12-29 04:53:33 +01:00
parent 46a752ee62
commit 1fc103e3f3

View file

@ -206,6 +206,7 @@
<delete dir="${dir}/files" />
<delete dir="${dir}/install" />
<delete dir="${dir}/store" />
<delete dir="${dir}/vendor" />
</target>
</project>