Add .travis.coverage.sh to gitattributes

This commit is contained in:
Hans Ott 2016-09-17 14:15:13 +02:00
parent d79cbe8d7e
commit abf471b40f

13
.gitattributes vendored
View file

@ -2,9 +2,10 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.travis.coverage.sh export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore