diff --git a/.gitattributes b/.gitattributes index f39cc23ff..9445c8e5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,4 @@ .gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore -phpunit.xml export-ignore +phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore index 3ec2909e0..935630a14 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ composer.phar composer.lock .DS_Store Thumbs.db +phpunit.xml diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist