add package phpunit & travis config files to .gitignore

This commit is contained in:
Christopher Smith 2015-05-16 11:00:57 +02:00
parent 853f15576b
commit 313d3e75d6
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -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/*