aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-12-29 04:53:33 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-12-29 04:56:55 +0100
commit1fc103e3f322991e1f1877146219b0efeca3f458 (patch)
treea902999a7cb05678bf10cf567963c774926428d2 /build
parent46a752ee628fc4b08f2d5e26b159dca41b816277 (diff)
downloadforums-1fc103e3f322991e1f1877146219b0efeca3f458.tar
forums-1fc103e3f322991e1f1877146219b0efeca3f458.tar.gz
forums-1fc103e3f322991e1f1877146219b0efeca3f458.tar.bz2
forums-1fc103e3f322991e1f1877146219b0efeca3f458.tar.xz
forums-1fc103e3f322991e1f1877146219b0efeca3f458.zip
[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
Diffstat (limited to 'build')
-rw-r--r--build/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 393343d677..df65967e2a 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -206,6 +206,7 @@
<delete dir="${dir}/files" />
<delete dir="${dir}/install" />
<delete dir="${dir}/store" />
+ <delete dir="${dir}/vendor" />
</target>
</project>