update git export ignore with new files (#1240)

This commit is contained in:
Elan Ruusamäe 2017-11-17 02:14:02 +02:00 committed by Marcus Bointon
parent 0d5cb18b8d
commit 10999bcb22
1 changed files with 7 additions and 3 deletions

10
.gitattributes vendored
View File

@ -4,10 +4,14 @@
/test export-ignore
/examples export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/travis.phpunit.xml.dist export-ignore
/SECURITY.md export-ignore
/UPGRADING.md export-ignore
/changelog.md export-ignore
/README.md export-ignore
/composer.json export-ignore
/phpdoc.dist.xml export-ignore
/travis.phpunit.xml.dist export-ignore