From 313d3e75d6e76a2d4336143256b8d0b8777e2849 Mon Sep 17 00:00:00 2001
From: Christopher Smith <chris@jalakai.co.uk>
Date: Sat, 16 May 2015 11:00:57 +0200
Subject: [PATCH] add package phpunit & travis config files to .gitignore

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index a8962d0bc..acb26dd90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,8 @@ lib/images/*/local/*
 # composer default ignores
 composer.phar
 vendor/bin/*
+vendor/*/*/phpunit.xml
+vendor/*/*/.travis.yml
 vendor/*/*/bin/*
 vendor/*/*/tests/*
 vendor/*/*/test/*
-- 
GitLab