summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 01:18:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 01:18:53 +0200
commit5f0fd49ccd396e654a4bee159799f62ac74fd9f4 (patch)
treee9e0cbb845b6fc61325ca1cd967aa677c79e8156 /Makefile
parent311afe02dccf43ac497fb351ff579e6522529922 (diff)
add phpunit xml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5edb2d667..66a0fbc04 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ appstore: clean
--exclude-vcs \
--exclude=$(project_dir)/build/artifacts \
--exclude=$(project_dir)/js/node_modules \
+ --exclude=$(project_dir)/js/phpunit.xml \
--exclude=$(project_dir)/js/.bowerrc \
--exclude=$(project_dir)/js/.jshintrc \
--exclude=$(project_dir)/js/Gruntfile.js \