From 5a7ed332def02ddf32580a3677f1f94dbc7acea1 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 31 Oct 2017 11:08:38 +0100 Subject: ignore local dependencies of acceptance tests Signed-off-by: Arthur Schiwon --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 07e4c1c74b3..8e0794a7999 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,7 @@ Vagrantfile /config/config-autotest-backup.php /config/autoconfig.php clover.xml + +# Tests - dependencies +tests/acceptance/composer.lock +tests/acceptance/vendor/ -- cgit v1.2.3