From b3856d204076fbdcf0af477c1995b952c9fada44 Mon Sep 17 00:00:00 2001 From: Stefano Torresi Date: Tue, 29 Sep 2015 11:46:48 +0200 Subject: [PATCH] Export maintenance and path2class scripts in composer. These scripts could be used in continuously integrated environments (e.g. `generate-standalone.php`). --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f5e57be2..6f030059 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,7 +6,7 @@ /configdoc/ export-ignore /configdoc/usage.xml -crlf /docs/ export-ignore -/maintenance/ export-ignore /phpdoc.ini /smoketests/ export-ignore -/tests/ export-ignore +/tests/* export-ignore +/tests/path2class.func.php -export-ignore