update makefile
parent
4529e12136
commit
d0bea4a759
9
makefile
9
makefile
|
@ -33,11 +33,18 @@ appstore: clean
|
||||||
--exclude=.gitignore \
|
--exclude=.gitignore \
|
||||||
--exclude=.travis.yml \
|
--exclude=.travis.yml \
|
||||||
--exclude=.scrutinizer.yml \
|
--exclude=.scrutinizer.yml \
|
||||||
--exclude=CONTRIBUTING.md \
|
--exclude=CONTRIBUTING.md \
|
||||||
--exclude=composer.json \
|
--exclude=composer.json \
|
||||||
--exclude=composer.lock \
|
--exclude=composer.lock \
|
||||||
--exclude=composer.phar \
|
--exclude=composer.phar \
|
||||||
|
--exclude=crowdin.yml \
|
||||||
|
--exclude=tools \
|
||||||
--exclude=l10n/.tx \
|
--exclude=l10n/.tx \
|
||||||
|
--exclude=l10n/l10n.pl \
|
||||||
|
--exclude=l10n/templates \
|
||||||
|
--exclude=l10n/*.sh \
|
||||||
|
--exclude=l10n/[a-z][a-z] \
|
||||||
|
--exclude=l10n/[a-z][a-z]_[A-Z][A-Z] \
|
||||||
--exclude=l10n/no-php \
|
--exclude=l10n/no-php \
|
||||||
--exclude=makefile \
|
--exclude=makefile \
|
||||||
--exclude=screenshots \
|
--exclude=screenshots \
|
||||||
|
|
Loading…
Reference in New Issue