diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-12-29 04:53:33 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-12-29 04:56:55 +0100 |
commit | 1fc103e3f322991e1f1877146219b0efeca3f458 (patch) | |
tree | a902999a7cb05678bf10cf567963c774926428d2 /build | |
parent | [ticket/11291] phing packaging: Export composer.phar and install dependencies. (diff) | |
download | phpbb-1fc103e3f322991e1f1877146219b0efeca3f458.tar.gz phpbb-1fc103e3f322991e1f1877146219b0efeca3f458.tar.bz2 phpbb-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.xml | 1 |
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> |