Remove .travis.codecoverage.sh from git attributes

This commit is contained in:
Hans Ott 2016-09-19 08:33:37 +02:00
parent ef61620266
commit f145704730
1 changed files with 6 additions and 7 deletions

13
.gitattributes vendored
View File

@ -2,10 +2,9 @@
# 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
/.travis.coverage.sh export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore