Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-27 12:53:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-27 13:14:57 +0300
commit2437d41cada2b3714ebd4006b0af77f8e373ad66 (patch)
tree20dd9b7b41828923f08914cb9bd952c3360e6840 /Makefile
parente1c7b7d0120118111e1f549999ff4e93f0177642 (diff)
Remove unused exclude rules
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile b/Makefile
index 247a5de90..4bc8dfe81 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,6 @@ appstore: clean install-deps optimize-js
--exclude=karma.conf.js \
--exclude=l10n/no-php \
--exclude=l10n/.tx \
- --exclude=.lgtm \
--exclude=Makefile \
--exclude=nbproject \
--exclude=/node_modules \
@@ -98,26 +97,6 @@ appstore: clean install-deps optimize-js
--exclude=tests \
--exclude=.travis.yml \
--exclude=vendor/bin \
- --exclude=vendor/ezyang/htmlpurifier/art \
- --exclude=vendor/ezyang/htmlpurifier/benchmarks \
- --exclude=vendor/ezyang/htmlpurifier/configdoc \
- --exclude=vendor/ezyang/htmlpurifier/docs \
- --exclude=vendor/ezyang/htmlpurifier/Doxyfile \
- --exclude=vendor/ezyang/htmlpurifier/extras \
- --exclude=vendor/ezyang/htmlpurifier/FOCUS \
- --exclude=vendor/ezyang/htmlpurifier/.gitattributes \
- --exclude=vendor/ezyang/htmlpurifier/INSTALL* \
- --exclude=vendor/ezyang/htmlpurifier/maintenance \
- --exclude=vendor/ezyang/htmlpurifier/NEWS \
- --exclude=vendor/ezyang/htmlpurifier/phpdoc.ini \
- --exclude=vendor/ezyang/htmlpurifier/plugins \
- --exclude=vendor/ezyang/htmlpurifier/README \
- --exclude=vendor/ezyang/htmlpurifier/smoketests \
- --exclude=vendor/ezyang/htmlpurifier/tests \
- --exclude=vendor/ezyang/htmlpurifier/TODO \
- --exclude=vendor/ezyang/htmlpurifier/VERSION \
- --exclude=vendor/ezyang/htmlpurifier/WHATSNEW \
- --exclude=vendor/ezyang/htmlpurifier/WYSIWYG \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \