From 559315ba0a89e306bc46d0a540f1536193860580 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sat, 23 Jul 2016 19:26:05 +0200 Subject: Makefile: generate release archives including 3rd-party libraries Relates to #607 Archive creation process (tar, zip): - let Composer resolve functional (no-dev) dependencies - call git-archive to generate a release archive - include 3rd-party dependencies to the generated archive Signed-off-by: VirtualTam --- .gitignore | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 75cd3a6b..095aaded 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Ignore data/, tmp/, cache/ and pagecache/ +# Shaarli runtime resources data tmp cache @@ -9,18 +9,22 @@ pagecache .buildpath .project -# Ignore raintpl generated pages +# Raintpl generated pages *.rtpl.php -# Ignore test dependencies +# 3rd-party dependencies composer.lock -/vendor/ +vendor/ -# Ignore development and test resources +# Release archives +*.tar +*.zip + +# Development and test resources coverage doxygen sandbox phpmd.html -# Ignore user plugin configuration +# User plugin configuration plugins/*/config.php -- cgit v1.2.3