From 7ce63f964426a57b6a1c213d45e05eef1f013c54 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 26 Sep 2016 10:53:33 +0200 Subject: [PATCH] Add missing export-ignore, refs #856 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 77aef9ac..ed6e29a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ /doc export-ignore /tests export-ignore /.* export-ignore -/phpunit.xml.dist +/phpunit.xml.dist export-ignore